2 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@
|
||||
class AddProcessedToBulkUploads < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :bulk_uploads, :processed, :boolean, default: false |
||||
add_column :bulk_uploads, :processed, :boolean |
||||
end |
||||
end |
||||
|
||||
Loading…
Reference in new issue