]> git.openstreetmap.org Git - nominatim.git/commitdiff
rework repeatability change in data/words.sql
authorEric Stadtherr <estadtherr@caci.com>
Sun, 22 Jul 2018 21:58:11 +0000 (15:58 -0600)
committerEric Stadtherr <estadtherr@caci.com>
Sun, 22 Jul 2018 21:58:11 +0000 (15:58 -0600)
data/words.sql

index 73251b049f581dda548f7bd19dee24fb217e21df..ac250739563e9a104c5be0fb41f09d79b69d69eb 100644 (file)
@@ -18,13 +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
 );
 
-TRUNCATE TABLE word_frequencies;
-
 --
 -- Data for Name: word_frequencies; Type: TABLE DATA; Schema: public; Owner: -
 --