Stéphane Meny
3 years ago
committed by
GitHub
4 changed files with 24 additions and 5 deletions
@ -0,0 +1,5 @@
|
||||
class AddEmptyExportToLogsExports < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :logs_exports, :empty_export, :boolean, default: false, null: false |
||||
end |
||||
end |
Loading…
Reference in new issue