Changeset 876

Show
Ignore:
Timestamp:
07/10/08 06:28:26 (2 months ago)
Author:
areski
Message:

fix db script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql.sql

    r873 r876  
    10011001INSERT INTO cc_config ( id , config_title , config_key , config_value , config_description , config_valuetype , config_group_id , config_listvalues ) VALUES ( NULL , 'Max Time For Unlimited Calls', 'maxtime_tounlimited_calls', '5400', 'For unlimited calls, limit the duration: amount in seconds .', '0', '11', NULL), (NULL , 'Max Time For Free Calls', 'maxtime_tofree_calls', '5400', 'For free calls, limit the duration: amount in seconds .', '0', '11', NULL); 
    10021002 
    1003  ALTER TABLE cc_ratecard DROP freetimetocall_package_offer   
     1003ALTER TABLE cc_ratecard DROP freetimetocall_package_offer; 
    10041004-- add additionnal grace to the ratecard 
    10051005 


Google