mirror of
https://github.com/Cernobor/oko-server.git
synced 2025-02-24 08:27:17 +00:00
fix cmdline flags, fix initdb script
* Actually parse the command line flags. * Remove CASCADE from drop table.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
DROP TABLE IF EXISTS users CASCADE;
|
||||
DROP TABLE IF EXISTS users;
|
||||
CREATE TABLE IF NOT EXISTS users (
|
||||
id integer PRIMARY KEY AUTOINCREMENT,
|
||||
name text NOT NULL UNIQUE
|
||||
|
||||
Reference in New Issue
Block a user