summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-04 08:38:13 -0500
committerScott Ostler <sostler@deathmachine.local>2010-03-04 08:38:13 -0500
commit3dd5aee13e4af1a10bde22737ea099410caaebb1 (patch)
tree1cab6be024025468021f63e6968926bf1170d719 /db
parenta613013fb60a8648b87691ebd50db1de081cddda (diff)
parent6d26cb3bf2fed44e1fd1c2b245c434851eb5c538 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
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,