aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-01 17:33:50 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-01 17:33:50 +0000
commit0c3c96c05e085731507829fceab578ca2c911297 (patch)
tree765113125324e8b47d1c1cf753cddab690e8f3c5 /contrib
parent68c0f68b2d7f2f2a93bb4547834d2ddcc38dd7af (diff)
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.1@145517 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;