mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
3 lines
108 B
SQL
3 lines
108 B
SQL
CREATE INDEX IF NOT EXISTS idx_word_word_id
|
|
ON word USING BTREE (word_id) {{db.tablespace.search_index}};
|