2 changed files with 3 additions and 3 deletions
@ -1,6 +1,6 @@ |
|||||||
class ChangeLocationTypeOfUnit < ActiveRecord::Migration[7.0] |
class ChangeLocationTypeOfUnit < ActiveRecord::Migration[7.0] |
||||||
change_table :locations, :bulk => true do |t| |
change_table :locations, bulk: true do |t| |
||||||
t.remove :type_of_unit |
t.remove :type_of_unit |
||||||
t.integer :type_of_unit |
t.integer :type_of_unit |
||||||
end |
end |
||||||
end |
end |
||||||
|
Loading…
Reference in new issue