[asterisk-commits] lmadsen: branch 1.6.0 r145508 - in /branches/1.6.0: ./ contrib/scripts/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 1 12:31:13 CDT 2008
Author: lmadsen
Date: Wed Oct 1 12:31:12 2008
New Revision: 145508
URL: http://svn.digium.com/view/asterisk?view=rev&rev=145508
Log:
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
........
................
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/contrib/scripts/realtime_pgsql.sql
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/contrib/scripts/realtime_pgsql.sql
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/contrib/scripts/realtime_pgsql.sql?view=diff&rev=145508&r1=145507&r2=145508
==============================================================================
--- branches/1.6.0/contrib/scripts/realtime_pgsql.sql (original)
+++ branches/1.6.0/contrib/scripts/realtime_pgsql.sql Wed Oct 1 12:31:12 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