colouring-montreal/migrations/030.planning_expected.down.sql
2022-07-04 11:40:14 +02:00

6 lines
192 B
SQL

ALTER TABLE building_user_attributes
DROP COLUMN IF EXISTS community_expected_planning_application;
ALTER TABLE buildings
DROP COLUMN IF EXISTS community_expected_planning_application_total;