Merge pull request #4409 from Britaliope/patch-1

missing comma in postgres schema
This commit is contained in:
Paweł Chmielowski
2025-07-07 19:03:10 +02:00
committed by GitHub
+1 -1
View File
@@ -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 '',