From e47a3c81e42f88728c07c5d86fad2fbfc2497ea6 Mon Sep 17 00:00:00 2001 From: Connoropolous Date: Wed, 30 Apr 2014 20:40:48 -0400 Subject: [PATCH] Delete 20140210031525_add_admin_to_users.rb --- db/migrate/20140210031525_add_admin_to_users.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 db/migrate/20140210031525_add_admin_to_users.rb diff --git a/db/migrate/20140210031525_add_admin_to_users.rb b/db/migrate/20140210031525_add_admin_to_users.rb deleted file mode 100644 index a0ac479d..00000000 --- a/db/migrate/20140210031525_add_admin_to_users.rb +++ /dev/null @@ -1,7 +0,0 @@ -class AddAdminToUsers < ActiveRecord::Migration - def change - add_column :users, :admin, :boolean - User.reset_column_information - User.update_all(:admin => false) - end -end