Removed is_admin from users
This commit is contained in:
8
db/migrate/20130128065331_remove_is_admin_from_users.rb
Normal file
8
db/migrate/20130128065331_remove_is_admin_from_users.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class RemoveIsAdminFromUsers < ActiveRecord::Migration
|
||||
def up
|
||||
remove_column :users, :is_admin
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user