mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
4d2f46ca95
- fix tests due to removal of event_categories - rake task for generating statistics
6 lines
137 B
Ruby
6 lines
137 B
Ruby
class AddUserToExport < ActiveRecord::Migration
|
|
def change
|
|
add_reference :exports, :user, index: true, foreign_key: true
|
|
end
|
|
end
|