adds migrations

This commit is contained in:
rgarcia
2015-08-28 00:02:01 +02:00
parent 974d004bc4
commit e3d6331452
14 changed files with 169 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
class AddResidenceVerifiedAtToUsers < ActiveRecord::Migration
def change
add_column :users, :residence_verified_at, :datetime
end
end