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
109 B
Ruby
6 lines
109 B
Ruby
class AddKeyToExport < ActiveRecord::Migration
|
|
def change
|
|
add_column :exports, :key, :string
|
|
end
|
|
end
|