mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +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
|