AutoCommit Die Aug 4 22:03:01 CEST 2015
This commit is contained in:
6
db/migrate/20150804193027_add_flags_to_users.rb
Normal file
6
db/migrate/20150804193027_add_flags_to_users.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddFlagsToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :flag_getemails, :boolean, default: 0
|
||||
add_column :users, :flag_delete, :boolean, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user