colouring-montreal/migrations/031.landowner.up.sql

3 lines
142 B
MySQL
Raw Normal View History

2022-07-22 11:21:14 -04:00
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS landowner text[];
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS landowner_source_link text[];