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

2 lines
121 B
MySQL
Raw Normal View History

2022-07-22 11:21:14 -04:00
ALTER TABLE buildings DROP COLUMN IF EXISTS landowner;
ALTER TABLE buildings DROP COLUMN IF EXISTS landowner_source_link;