]> git.openstreetmap.org Git - nominatim.git/commit
move postcode table setup to sql/
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 8 Feb 2021 10:48:45 +0000 (11:48 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 8 Feb 2021 10:53:01 +0000 (11:53 +0100)
commit7dfe645b5f2fcfc320264baad73f52c8003e857f
tree7eb7012b4ebe31ae115cfbf99affff93d4e7a867
parentca3283cbaa0240a52d65d0fc21d39732fca1a305
move postcode table setup to sql/

Also moves the call to the setup from the setup-db
step to the calculate-postcodes step. The tables also need
no longer be accessible by the webservice.
data/gb_postcode_table.sql [deleted file]
data/us_postcode_table.sql [deleted file]
lib/setup/SetupClass.php
sql/postcode_tables.sql [new file with mode: 0644]
sql/tables.sql