mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Add missed server_host column in pg.new.sql
This commit is contained in:
parent
ddaa8c7c1d
commit
cf67b9ec54
1 changed files with 1 additions and 0 deletions
|
@ -531,6 +531,7 @@ CREATE TABLE sm (
|
||||||
pid text NOT NULL,
|
pid text NOT NULL,
|
||||||
node text NOT NULL,
|
node text NOT NULL,
|
||||||
username text NOT NULL,
|
username text NOT NULL,
|
||||||
|
server_host text NOT NULL,
|
||||||
resource text NOT NULL,
|
resource text NOT NULL,
|
||||||
priority text NOT NULL,
|
priority text NOT NULL,
|
||||||
info text NOT NULL,
|
info text NOT NULL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue