Phil Lee
2 years ago
2 changed files with 9 additions and 3 deletions
@ -0,0 +1,8 @@
|
||||
class RemoveUnusedBulkUploadFields < ActiveRecord::Migration[7.0] |
||||
def change |
||||
change_table :bulk_uploads, bulk: true do |t| |
||||
t.remove :processed, type: :boolean |
||||
t.remove :expected_log_count, type: :integer |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue