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

3 lines
171 B
SQL

ALTER TABLE buildings ADD COLUMN IF NOT EXISTS is_domestic text null;
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS community_type_worth_keeping_total integer DEFAULT 0;