Merge pull request #4409 from Britaliope/patch-1
missing comma in postgres schema
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
|
||||
CREATE TABLE users (
|
||||
username text NOT NULL,
|
||||
"type" smallint NOT NULL
|
||||
"type" smallint NOT NULL,
|
||||
"password" text NOT NULL,
|
||||
serverkey text NOT NULL DEFAULT '',
|
||||
salt text NOT NULL DEFAULT '',
|
||||
|
||||
Reference in New Issue
Block a user