6 lines
165 B
6 lines
165 B
6 months ago
|
class RemoveNointFixStatus < ActiveRecord::Migration[7.0]
|
||
|
def change
|
||
|
remove_column :bulk_uploads, :noint_fix_status, :string, default: "not_applied"
|
||
|
end
|
||
|
end
|