Browse Source
Co-authored-by: Stéphane <smeny@users.noreply.github.com> Co-authored-by: Stéphane <smeny@users.noreply.github.com>pull/807/head
kosiakkatrina
2 years ago
committed by
GitHub
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