2 changed files with 5 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class RemoveTotalUnitsSchemes < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
remove_column :schemes, :total_units, :integer |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue