X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e1c5673ac31831e1b0cca58e21ebe6622c372ea7..d8ed1bfc601c6eb19b2db50df466654e843f0777:/test/python/test_indexing.py diff --git a/test/python/test_indexing.py b/test/python/test_indexing.py index fdd50a42..d6876906 100644 --- a/test/python/test_indexing.py +++ b/test/python/test_indexing.py @@ -29,6 +29,7 @@ class IndexerTestDB: partition SMALLINT, admin_level SMALLINT, address HSTORE, + token_info JSONB, geometry_sector INTEGER)""") cur.execute("""CREATE TABLE location_property_osmline ( place_id BIGINT,