forked from bofh/fetsite
fetprofile users link migration
This commit is contained in:
5
db/migrate/20131215151614_add_fetprofile_id_to_users.rb
Normal file
5
db/migrate/20131215151614_add_fetprofile_id_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddFetprofileIdToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :fetprofile_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user