mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 20:56:39 +00:00
Update the realtime_pgsql.sql script to create the setinterfacevar column.
(closes issue #13549) Reported by: fiddur git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@145479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -117,6 +117,7 @@ reportholdtime bool,
|
|||||||
memberdelay int8,
|
memberdelay int8,
|
||||||
weight int8,
|
weight int8,
|
||||||
timeoutrestart bool,
|
timeoutrestart bool,
|
||||||
|
setinterfacevar bool,
|
||||||
PRIMARY KEY (name)
|
PRIMARY KEY (name)
|
||||||
) WITHOUT OIDS;
|
) WITHOUT OIDS;
|
||||||
ALTER TABLE queue_table OWNER TO asterisk;
|
ALTER TABLE queue_table OWNER TO asterisk;
|
||||||
|
Reference in New Issue
Block a user