mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Merge pull request #4409 from Britaliope/patch-1
missing comma in postgres schema
This commit is contained in:
commit
bc937546ec
1 changed files with 1 additions and 1 deletions
|
@ -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 '',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue