diff options
| author | sostler <sbostler@gmail.com> | 2010-03-04 00:13:02 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-04 00:13:02 -0500 |
| commit | 79cfa2701828fb9bed1f0dd5d618970f274e6df5 (patch) | |
| tree | b00382489d8c33f9b7c3c392873ad8ffc9162793 /db | |
| parent | 74a478501390729a82c0d40abc38016c512965ff (diff) | |
Added DB create
Diffstat (limited to 'db')
| -rwxr-xr-x | db/0-create.psql | 2 |
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, |
