1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

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

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 '',