@ -1,5 +1,5 @@
class AddNameToLocations < ActiveRecord::Migration[7.0]
change_table :locations, :bulk => true do |t|
change_table :locations, bulk: true do |t|
t.string :name
t.integer :total_units
end
class ChangeLocationTypeOfUnit < ActiveRecord::Migration[7.0]
t.remove :type_of_unit
t.integer :type_of_unit