forked from hans/Nominatim
4 lines
140 B
SQL
4 lines
140 B
SQL
-- Required for details lookup.
|
|
CREATE INDEX IF NOT EXISTS idx_word_word_id
|
|
ON word USING BTREE (word_id) {{db.tablespace.search_index}};
|