]> git.openstreetmap.org Git - nominatim.git/commit
split up table creation SQL into separate files
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 12 Feb 2026 15:36:10 +0000 (16:36 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 12 Feb 2026 15:36:10 +0000 (16:36 +0100)
commit2237ce712416f9f2b187d55a47fa610b477bd9d3
tree30c7ab5d326293ca61701f16a4d5c78cc05bc0d7
parent58295e06439ac1287a5d40eb9bb2e8541287a6b2
split up table creation SQL into separate files
13 files changed:
lib-sql/tables.sql
lib-sql/tables/addressline.sql [new file with mode: 0644]
lib-sql/tables/entrance.sql [new file with mode: 0644]
lib-sql/tables/import_reports.sql [new file with mode: 0644]
lib-sql/tables/importance_tables.sql [new file with mode: 0644]
lib-sql/tables/interpolation.sql [new file with mode: 0644]
lib-sql/tables/location_area.sql [new file with mode: 0644]
lib-sql/tables/nominatim_properties.sql [new file with mode: 0644]
lib-sql/tables/placex.sql [new file with mode: 0644]
lib-sql/tables/postcodes.sql [new file with mode: 0644]
lib-sql/tables/search_name.sql [new file with mode: 0644]
lib-sql/tables/status.sql [new file with mode: 0644]
lib-sql/tables/tiger.sql [new file with mode: 0644]