Changeset 5237

Show
Ignore:
Timestamp:
11/10/07 12:38:57 (6 years ago)
Author:
p_lindheimer
Message:

increase grouplist field to varchar(255) to increase the vmblast list

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/vmblast/install.sql

    r5063 r5237  
    1 CREATE TABLE IF NOT EXISTS `vmblast` ( `grpnum` BIGINT( 11 ) NOT NULL , `grplist` VARCHAR( 35 ) NOT NULL , `description` VARCHAR( 35 ) NOT NULL , PRIMARY KEY  (`grpnum`) ) TYPE = MYISAM ;  
     1CREATE TABLE IF NOT EXISTS `vmblast` ( `grpnum` BIGINT( 11 ) NOT NULL , `grplist` VARCHAR( 255 ) NOT NULL , `description` VARCHAR( 35 ) NOT NULL , PRIMARY KEY  (`grpnum`) ) TYPE = MYISAM ;  
  • contributed_modules/modules/vmblast/module.xml

    r5222 r5237  
    22  <rawname>vmblast</rawname> 
    33  <name>VoiceMail Blasting</name> 
    4   <version>1.0.1</version> 
     4  <version>1.0.2</version> 
    55  <type>setup</type> 
    66  <category>Inbound Call Control</category> 
     
    99  </description> 
    1010  <changelog> 
     11    *1.0.2* increase grouplist field to varchar(255) to increase the vmblast list 
    1112    *1.0.l* fix: context, redisplay of groups, get proper vm contexts, beep before leaving msg 
    1213  </changelog>