Remove current landuse class from data extract
This commit is contained in:
parent
ff027cb64b
commit
c35f545540
maintenance/extract_data
@ -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
|
||||
|
@ -11,7 +11,6 @@ COPY (SELECT
|
||||
location_postcode,
|
||||
location_latitude,
|
||||
location_longitude,
|
||||
current_landuse_class,
|
||||
current_landuse_group,
|
||||
current_landuse_order,
|
||||
building_attachment_form,
|
||||
|
Loading…
Reference in New Issue
Block a user