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

8 lines
286 B
MySQL
Raw Permalink 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;
ALTER TABLE buildings DROP COLUMN IF NOT EXISTS current_landuse_verified;