missing comma in postgres schema

This commit is contained in:
Bruno MATEU
2025-07-07 08:28:23 +02:00
committed by GitHub
parent 6b47d3eb0d
commit c93ea2c22f
+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 '',