]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update the realtime_pgsql.sql script to create the setinterfacevar column.
authorLeif Madsen <leif@leifmadsen.com>
Wed, 1 Oct 2008 17:18:30 +0000 (17:18 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Wed, 1 Oct 2008 17:18:30 +0000 (17:18 +0000)
(closes issue #13549)
Reported by: fiddur

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@145479 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/scripts/realtime_pgsql.sql

index c0de544ab55105abae45f7e0dcb1b0787bec823e..319c9e108d380d023e44768511720a96fcf2fc0b 100644 (file)
@@ -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;