aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-01 17:26:20 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-01 17:26:20 +0000
commit0b3d62b2802ce74aa6dc05b4251f3c3728d1bcbe (patch)
tree4e4c5b2ac714966f1f35da6775d556eb0cbcaefb /contrib
parent126de9ec363c304706bdcc2c90ae9207519220cb (diff)
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/trunk@145487 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rw-r--r--contrib/scripts/realtime_pgsql.sql1
1 files changed, 1 insertions, 0 deletions
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;