1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-11 08:29:31 +01:00
fab-manager/db/migrate/20150429100906_add_group_to_users.rb
2015-05-05 03:10:25 +02:00

6 lines
117 B
Ruby

class AddGroupToUsers < ActiveRecord::Migration
def change
add_reference :users, :group, index: true
end
end