diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/pg.new.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/pg.new.sql b/sql/pg.new.sql index feb334779..3d613a37b 100644 --- a/sql/pg.new.sql +++ b/sql/pg.new.sql @@ -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, |