6 lines
192 B
MySQL
6 lines
192 B
MySQL
|
ALTER TABLE building_user_attributes
|
||
|
DROP COLUMN IF EXISTS community_expected_planning_application;
|
||
|
|
||
|
ALTER TABLE buildings
|
||
|
DROP COLUMN IF EXISTS community_expected_planning_application_total;
|