]> git.openstreetmap.org Git - nominatim.git/commit
add extra column for tokenizer
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 23 Apr 2021 14:15:00 +0000 (16:15 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Apr 2021 09:30:51 +0000 (11:30 +0200)
commita73711f3cd5e4256ca7808dcca8f6fdb59fa716f
treefa654cddb585f11819cf1e8f386b4214908bdcf8
parent9397bf54b89c1ae0b41115673d2f38582cd03ed9
add extra column for tokenizer

Add a jsonb column to the placex and location_property_osmline tables
which can be used by the installed tokenizer as required. No other
part of the software will use or otherwise rely on this column.
lib-sql/tables.sql
nominatim/tools/migration.py