4e348e7b54
- Add sources to multiple fields on Location + Land Use Categories - Use data-fields-config properly instead of hard-coding some values
6 lines
462 B
SQL
6 lines
462 B
SQL
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS location_address_source text;
|
|
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS location_address_links text[];
|
|
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS location_coordinates_source text;
|
|
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS location_coordinates_links text[];
|
|
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS is_domestic_source text;
|
|
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS is_domestic_links text[]; |