]> granicus.if.org Git - ejabberd/commitdiff
Add missed server_host column in pg.new.sql
authorAlexey Shchepin <alexey@process-one.net>
Thu, 30 Nov 2017 10:08:04 +0000 (13:08 +0300)
committerAlexey Shchepin <alexey@process-one.net>
Thu, 30 Nov 2017 10:08:38 +0000 (13:08 +0300)
sql/pg.new.sql

index feb33477901857c1d63a8f766192fbc1ba37bec5..3d613a37b63597c108d3b9da75a1d547e24f51e1 100644 (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,