[asterisk-commits] lmadsen: branch 1.4 r145479 - /branches/1.4/contrib/scripts/realtime_pgsql.sql
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 1 12:18:30 CDT 2008
Author: lmadsen
Date: Wed Oct 1 12:18:30 2008
New Revision: 145479
URL: http://svn.digium.com/view/asterisk?view=rev&rev=145479
Log:
Update the realtime_pgsql.sql script to create the setinterfacevar column.
(closes issue #13549)
Reported by: fiddur
Modified:
branches/1.4/contrib/scripts/realtime_pgsql.sql
Modified: branches/1.4/contrib/scripts/realtime_pgsql.sql
URL: http://svn.digium.com/view/asterisk/branches/1.4/contrib/scripts/realtime_pgsql.sql?view=diff&rev=145479&r1=145478&r2=145479
==============================================================================
--- branches/1.4/contrib/scripts/realtime_pgsql.sql (original)
+++ branches/1.4/contrib/scripts/realtime_pgsql.sql Wed Oct 1 12:18:30 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