]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/tokenizer/icu_tokenizer_tables.sql
adapt unit test for new word table
[nominatim.git] / lib-sql / tokenizer / icu_tokenizer_tables.sql
index 13b12797445ed27d97110191a007eb6baf2bb6e2..912ba768ea1121990e412ad8ec19dfcff57cca70 100644 (file)
@@ -1,5 +1,5 @@
 DROP TABLE IF EXISTS word;
-CREATE TABLE word_icu (
+CREATE TABLE word (
   word_id INTEGER,
   word_token text NOT NULL,
   type text NOT NULL,