aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--create_database.sql5
1 files changed, 2 insertions, 3 deletions
diff --git a/create_database.sql b/create_database.sql
index b7fcf18..3bab644 100644
--- a/create_database.sql
+++ b/create_database.sql
@@ -1,4 +1,4 @@
-CREATE database map;
+CREATE database map.node5.net;
CREATE EXTENSION postgis;
@@ -19,5 +19,4 @@ INSERT INTO chain(name, color) VALUES
('Kvickly', '#c31414'),
('Løvbjerg', '#a21837'),
('Lidl', '#0050aa')
-
-; \ No newline at end of file
+;