summaryrefslogtreecommitdiff
path: root/db/0-create.psql
diff options
context:
space:
mode:
Diffstat (limited to 'db/0-create.psql')
-rwxr-xr-xdb/0-create.psql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/0-create.psql b/db/0-create.psql
index 4a134f5..0360d22 100755
--- a/db/0-create.psql
+++ b/db/0-create.psql
@@ -1,3 +1,5 @@
+CREATE DATABASE dumpfm;
+
CREATE TABLE users (
user_id SERIAL PRIMARY KEY,
nick text UNIQUE NOT NULL,