kosiakkatrina
5 months ago
committed by
GitHub
2 changed files with 6 additions and 2 deletions
@ -0,0 +1,5 @@
|
||||
class RemoveNointFixStatus < ActiveRecord::Migration[7.0] |
||||
def change |
||||
remove_column :bulk_uploads, :noint_fix_status, :string, default: "not_applied" |
||||
end |
||||
end |
Loading…
Reference in new issue