Changeset 957

Show
Ignore:
Timestamp:
08/19/08 06:11:58 (3 months ago)
Author:
rach
Message:

Change type of one field to authorize query

Files:

Legend:

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

    r939 r957  
    10511051INSERT INTO cc_config( config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues ) 
    10521052VALUES ('Payment Historique Modules', 'payment', '1', 'Enable or Disable the module of payment historique for the customers', 1, 3, 'yes,no'); 
     1053 
     1054 
     1055-- modify the field type to authoriz to search by sell rate 
     1056ALTER TABLE cc_call CHANGE calledrate calledrate DECIMAL( 15, 5 ) NULL DEFAULT NULL; 


Google