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