4 changed files with 19 additions and 2 deletions
@ -0,0 +1,6 @@
|
||||
class ChangeLocationTypeOfUnit < ActiveRecord::Migration[7.0] |
||||
def change |
||||
remove_column :locations, :type_of_unit |
||||
add_column :locations, :type_of_unit, :integer |
||||
end |
||||
end |
Loading…
Reference in new issue