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

2 lines
121 B
SQL

ALTER TABLE buildings DROP COLUMN IF EXISTS landowner;
ALTER TABLE buildings DROP COLUMN IF EXISTS landowner_source_link;