colouring-montreal/migrations/028.landuse-source.down.sql

6 lines
211 B
MySQL
Raw Normal View History

2022-04-29 09:05:36 -04:00
ALTER TABLE buildings DROP COLUMN IF EXISTS current_landuse_source;
ALTER TABLE buildings DROP COLUMN IF EXISTS current_landuse_source_detail;
ALTER TABLE buildings DROP COLUMN IF EXISTS current_landuse_link;