mirror of
https://github.com/processone/ejabberd
synced 2025-10-02 17:29:27 +02:00
missing comma in postgres schema
This commit is contained in:
parent
6b47d3eb0d
commit
c93ea2c22f
1 changed files with 1 additions and 1 deletions
|
@ -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 '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue