AutoCommit Die Aug 4 22:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-04 22:03:01 +02:00
parent aa06d2195e
commit 9b1c35f499
7 changed files with 57 additions and 18 deletions

View 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