Changeset 977

Show
Ignore:
Timestamp:
08/26/08 08:35:45 (3 months ago)
Author:
areski
Message:

DB agi-conf changes

Files:

Legend:

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

    r961 r977  
    10661066ALTER TABLE cc_call CHANGE calledrate calledrate DECIMAL( 15, 5 ) NULL DEFAULT NULL; 
    10671067 
     1068 
    10681069-- Delete old menufile. 
    10691070 DELETE FROM cc_config WHERE config_key = 'file_conf_enter_menulang' ; 
     
    10731074 
    10741075 
    1075  
    1076  
    1077  
    1078  
     1076INSERT INTO cc_config (config_title ,config_key ,config_value ,config_description ,config_valuetype ,config_group_id ,config_listvalues) 
     1077VALUES ( 'Disable annoucement the second of the times that the card can call', 'disable_announcement_seconds', '0', 'Desactived the annoucement of the seconds when there are more of one minutes (values : yes - no)', '1', '11', 'yes,no'); 
     1078 
     1079 
     1080INSERT INTO cc_config (config_title ,config_key ,config_value ,config_description ,config_valuetype ,config_group_id ,config_listvalues) 
     1081VALUES ( 'Charge for the paypal extra fees', 'charge_paypal_fee', '0', 'Actived, if you want assum the fee of paypal and don''t apply it on the customer (values : yes - no)', '1', '5', 'yes,no'); 
     1082 
     1083 
     1084 
     1085 
     1086 
     1087 
     1088 
  • trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql.sql

    r965 r977  
    10741074 
    10751075INSERT INTO cc_config (config_title ,config_key ,config_value ,config_description ,config_valuetype ,config_group_id ,config_listvalues) 
    1076 VALUES ( 'Cheat on announcement Time for the client', 'cheat_on_announcement_time', '0', 'Actived the cheating on the annoucement (values : yes - no)', '1', '11', 'yes,no'); 
    1077  
    1078  
    1079 INSERT INTO cc_config (config_title ,config_key ,config_value ,config_description ,config_valuetype ,config_group_id ,config_listvalues) 
    10801076VALUES ( 'Disable annoucement the second of the times that the card can call', 'disable_announcement_seconds', '0', 'Desactived the annoucement of the seconds when there are more of one minutes (values : yes - no)', '1', '11', 'yes,no'); 
    10811077 


Google