colouring-montreal/migrations/037.is_domestic.up.sql

3 lines
171 B
MySQL
Raw Normal View History

2023-02-07 03:57:54 -05:00
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS is_domestic text null;
2023-02-07 04:31:43 -05:00
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS community_type_worth_keeping_total integer DEFAULT 0;