1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@
CREATE TABLE users ( CREATE TABLE users (
username text NOT NULL, username text NOT NULL,
"type" smallint NOT NULL "type" smallint NOT NULL,
"password" text NOT NULL, "password" text NOT NULL,
serverkey text NOT NULL DEFAULT '', serverkey text NOT NULL DEFAULT '',
salt text NOT NULL DEFAULT '', salt text NOT NULL DEFAULT '',