Remove current landuse class from data extract

This commit is contained in:
Maciej Ziarkowski 2020-03-19 14:42:01 +00:00
parent ff027cb64b
commit c35f545540
2 changed files with 0 additions and 2 deletions
maintenance/extract_data

View File

@ -41,7 +41,6 @@ This is the main table, containing almost all data collected by Colouring London
- `location_postcode`: postcode
- `location_latitude`: latitude
- `location_longitude`: longitude
- `current_landuse_class`: current land use class
- `current_landuse_group`: current land use group
- `current_landuse_order`: current land use order
- `building_attachment_form`: building attachment form

View File

@ -11,7 +11,6 @@ COPY (SELECT
location_postcode,
location_latitude,
location_longitude,
current_landuse_class,
current_landuse_group,
current_landuse_order,
building_attachment_form,