1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/db/migrate/20140604094514_add_group_to_user.rb

6 lines
116 B
Ruby
Raw Normal View History

2016-03-23 18:39:41 +01:00
class AddGroupToUser < ActiveRecord::Migration
2015-05-05 03:10:25 +02:00
def change
add_reference :users, :group, index: true
end
end