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

6 lines
197 B
SQL

ALTER TABLE building_user_attributes
ADD COLUMN community_expected_planning_application BOOLEAN NULL;
ALTER TABLE buildings
ADD COLUMN community_expected_planning_application_total INT DEFAULT 0;