6 changed files with 7 additions and 8 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class RemoveTypeOfBuilding < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
remove_column :locations, :type_of_building, :string |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue