colouring-montreal/migrations/031.landowner.up.sql
2022-07-22 16:21:14 +01:00

3 lines
142 B
SQL

ALTER TABLE buildings ADD COLUMN IF NOT EXISTS landowner text[];
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS landowner_source_link text[];