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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@145517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Leif Madsen
2008-10-01 17:33:50 +00:00
parent e2fe89b9f1
commit 5de6edd67a

View File

@@ -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;