Fix bug in index.c and remove column admin_level from location_property_osmline.

This commit is contained in:
markigail
2016-05-08 16:46:42 +02:00
parent 1a4f369e2b
commit 190a72cab5
5 changed files with 22 additions and 10 deletions

View File

@@ -94,7 +94,6 @@ CREATE TABLE location_property_osmline (
startnumber INTEGER,
endnumber INTEGER,
interpolationtype TEXT,
admin_level INTEGER,
street TEXT,
postcode TEXT,
calculated_country_code VARCHAR(2),