mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Work on setup/update scripts, unit tests, and documentation to enable Postgres server to be optionally configured on a remote host
This commit is contained in:
@@ -23,6 +23,7 @@ CREATE TABLE word_frequencies (
|
||||
count bigint
|
||||
);
|
||||
|
||||
TRUNCATE TABLE word_frequencies;
|
||||
|
||||
--
|
||||
-- Data for Name: word_frequencies; Type: TABLE DATA; Schema: public; Owner: -
|
||||
|
||||
Reference in New Issue
Block a user