colouring-montreal/migrations/037.is_domestic.down.sql
2023-02-07 12:28:17 +01:00

3 lines
137 B
SQL

ALTER TABLE buildings DROP COLUMN IF EXISTS is_domestic;
ALTER TABLE buildings DROP COLUMN IF EXISTS community_type_worth_keeping_total;