3 changed files with 2 additions and 3 deletions
@ -1,5 +1,6 @@ |
|||||||
class AddNameToLocations < ActiveRecord::Migration[7.0] |
class AddNameToLocations < ActiveRecord::Migration[7.0] |
||||||
def change |
def change |
||||||
add_column :locations, :name, :string |
add_column :locations, :name, :string |
||||||
|
add_column :locations, :total_units, :integer |
||||||
end |
end |
||||||
end |
end |
||||||
|
Loading…
Reference in new issue