25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Add missed server_host column in pg.new.sql

This commit is contained in:
Alexey Shchepin 2017-11-30 13:08:04 +03:00
parent ddaa8c7c1d
commit cf67b9ec54

View File

@ -531,6 +531,7 @@ CREATE TABLE sm (
pid text NOT NULL,
node text NOT NULL,
username text NOT NULL,
server_host text NOT NULL,
resource text NOT NULL,
priority text NOT NULL,
info text NOT NULL,