[asterisk-commits] lmadsen: trunk r145487 - in /trunk: ./ contrib/scripts/realtime_pgsql.sql
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 1 12:26:20 CDT 2008
Author: lmadsen
Date: Wed Oct 1 12:26:20 2008
New Revision: 145487
URL: http://svn.digium.com/view/asterisk?view=rev&rev=145487
Log:
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
........
Modified:
trunk/ (props changed)
trunk/contrib/scripts/realtime_pgsql.sql
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/contrib/scripts/realtime_pgsql.sql
URL: http://svn.digium.com/view/asterisk/trunk/contrib/scripts/realtime_pgsql.sql?view=diff&rev=145487&r1=145486&r2=145487
==============================================================================
--- trunk/contrib/scripts/realtime_pgsql.sql (original)
+++ trunk/contrib/scripts/realtime_pgsql.sql Wed Oct 1 12:26:20 2008
@@ -117,6 +117,7 @@
memberdelay int8,
weight int8,
timeoutrestart bool,
+setinterfacevar bool,
PRIMARY KEY (name)
) WITHOUT OIDS;
ALTER TABLE queue_table OWNER TO asterisk;
More information about the asterisk-commits
mailing list