diff options
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, |
