mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
rework repeatability change in data/words.sql
This commit is contained in:
@@ -18,13 +18,13 @@ SET default_with_oids = false;
|
|||||||
-- Name: word_frequencies; Type: TABLE; Schema: public; Owner: -; Tablespace:
|
-- Name: word_frequencies; Type: TABLE; Schema: public; Owner: -; Tablespace:
|
||||||
--
|
--
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS word_frequencies;
|
||||||
|
|
||||||
CREATE TABLE word_frequencies (
|
CREATE TABLE word_frequencies (
|
||||||
word_token text,
|
word_token text,
|
||||||
count bigint
|
count bigint
|
||||||
);
|
);
|
||||||
|
|
||||||
TRUNCATE TABLE word_frequencies;
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Data for Name: word_frequencies; Type: TABLE DATA; Schema: public; Owner: -
|
-- Data for Name: word_frequencies; Type: TABLE DATA; Schema: public; Owner: -
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user