root/modules/branches/2.4/findmefollow/install.sql

Revision 4640, 466 bytes (checked in by p_lindheimer, 5 years ago)

added xml attribute needsenginedb, #1961 enabled to work with extension numbers leading with 0s

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
Line 
1 CREATE TABLE IF NOT EXISTS `findmefollow` ( `grpnum` VARCHAR( 20 ) NOT NULL , `strategy` VARCHAR( 50 ) NOT NULL , `grptime` SMALLINT NOT NULL , `grppre` VARCHAR( 100 ) NULL , `grplist` VARCHAR( 255 ) NOT NULL , `annmsg` VARCHAR( 255 ) NULL , `postdest` VARCHAR( 255 ) NULL , `dring` VARCHAR ( 255 ) NULL , remotealert VARCHAR ( 80 ), needsconf VARCHAR ( 10 ), toolate VARCHAR ( 80 ), pre_ring SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY  (`grpnum`) ) TYPE = MYISAM ;
Note: See TracBrowser for help on using the browser.