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

6 lines
137 B
Ruby
Raw Normal View History

class AddUserToExport < ActiveRecord::Migration
def change
add_reference :exports, :user, index: true, foreign_key: true
end
end