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
1 changed files with 1 additions and 0 deletions

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,