From e367cc41ba2d8f51a3c49d9cbc466a2a45d53b14 Mon Sep 17 00:00:00 2001 From: lmadsen Date: Wed, 1 Oct 2008 17:31:12 +0000 Subject: Merged revisions 145487 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r145487 | lmadsen | 2008-10-01 13:26:20 -0400 (Wed, 01 Oct 2008) | 12 lines Merged revisions 145479 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r145479 | lmadsen | 2008-10-01 13:18:30 -0400 (Wed, 01 Oct 2008) | 6 lines Update the realtime_pgsql.sql script to create the setinterfacevar column. (closes issue #13549) Reported by: fiddur ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@145508 f38db490-d61c-443f-a65b-d21fe96a405b --- contrib/scripts/realtime_pgsql.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/scripts/realtime_pgsql.sql b/contrib/scripts/realtime_pgsql.sql index 39e24460f..86551249b 100644 --- a/contrib/scripts/realtime_pgsql.sql +++ b/contrib/scripts/realtime_pgsql.sql @@ -117,6 +117,7 @@ reportholdtime bool, memberdelay int8, weight int8, timeoutrestart bool, +setinterfacevar bool, PRIMARY KEY (name) ) WITHOUT OIDS; ALTER TABLE queue_table OWNER TO asterisk; -- cgit v1.2.3