forked from hans/Nominatim
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}};
|