colouring-montreal/migrations/019.simple-dynamics.up.sql
2021-03-11 19:15:58 +00:00

2 lines
80 B
SQL

ALTER TABLE buildings
ADD column demolished_buildings JSONB DEFAULT '[]'::JSONB;