2022-06-06 09:38:33 -04:00
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS has_extension;
|
2022-06-06 06:48:39 -04:00
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS extension_year;
|
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS developer_type;
|
2022-06-10 06:14:45 -04:00
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS developer_source_link;
|
2022-06-06 10:41:39 -04:00
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS designers;
|
2022-06-06 06:48:39 -04:00
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS designers_source_link;
|
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS lead_designer_type;
|
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS designer_awards;
|
2022-06-10 06:37:52 -04:00
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS awards_source_link;
|
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS builder;
|
|
|
|
ALTER TABLE buildings DROP COLUMN IF EXISTS builder_source_link;
|