summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-03-04 00:13:02 -0500
committersostler <sbostler@gmail.com>2010-03-04 00:13:02 -0500
commit79cfa2701828fb9bed1f0dd5d618970f274e6df5 (patch)
treeb00382489d8c33f9b7c3c392873ad8ffc9162793 /db
parent74a478501390729a82c0d40abc38016c512965ff (diff)
Added DB create
Diffstat (limited to 'db')
-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,