fetprofile users link migration

This commit is contained in:
Andreas Stephanides
2013-12-16 10:28:32 +01:00
parent 3d6a4f48e7
commit e4a3828d74

View File

@@ -0,0 +1,5 @@
class AddFetprofileIdToUsers < ActiveRecord::Migration
def change
add_column :users, :fetprofile_id, :integer
end
end