3 lines
137 B
SQL
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;
|