X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/909b0c7462b336d07cab4499529957a4096a8c18..626e3238f27d972614ad3c0e978605facf0f9bd2:/data/words.sql diff --git a/data/words.sql b/data/words.sql index 85578f20..ac250739 100644 --- a/data/words.sql +++ b/data/words.sql @@ -18,12 +18,13 @@ SET default_with_oids = false; -- Name: word_frequencies; Type: TABLE; Schema: public; Owner: -; Tablespace: -- +DROP TABLE IF EXISTS word_frequencies; + CREATE TABLE word_frequencies ( word_token text, count bigint ); - -- -- Data for Name: word_frequencies; Type: TABLE DATA; Schema: public; Owner: - --