linz / gazetteer

New Zealand Gazetteer of official place names
http://www.linz.govt.nz/regulatory/place-names/find-name/new-zealand-gazetteer-official-geographic-names/new-zealand-gazetteer-search-place-names#zoom=0&lat=-41.14127&lon=172.5&layers=BTTT
Other
2 stars 2 forks source link

All gazetteer_export tables missing from development database #178

Closed SPlanzer closed 4 years ago

SPlanzer commented 4 years ago

Bug Description

The admin sanity tests are failing as gazetteer_export schema is missing all tables in the development database.

SPlanzer commented 4 years ago

Tables are created by the function gazetteer.gaz_update_export_database(). This was missing from the correct schema (resolved via #179)

This function is however failing as the name_export_for_lol view is missing.

This view is installed via gazetteer_lol_extract_view.sql and should be added to the install.sh