Changeset 1039
- Timestamp:
- 09/17/08 08:57:55 (2 months ago)
- Files:
-
- trunk/DataBase/mysql-5.x/a2billing-mysql-schema-MYSQL.5.X-v1.3.0-NDBCLUSTER.sql (modified) (1 diff)
- trunk/DataBase/mysql-5.x/a2billing-mysql-schema-MYSQL.5.X-v1.3.0.sql (modified) (1 diff)
- trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql-NDBCLUSTER.sql (modified) (1 diff)
- trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/DataBase/mysql-5.x/a2billing-mysql-schema-MYSQL.5.X-v1.3.0-NDBCLUSTER.sql
r984 r1039 905 905 906 906 907 908 907 909 -- 908 -- Predictive Dialer update database - Create database schema 909 -- 910 911 -- 912 -- CURRENT_TIMESTAMP 913 -- last_attempt TIMESTAMP DEFAULT 'now()' NOT NULL, 914 -- last_attempt TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL, 915 -- 916 917 -- 918 -- MYSQL 5.x - MYSQL 5.x - MYSQL 5.x - MYSQL 5.x - MYSQL 5.x 919 -- 920 -- 921 -- Predictive Dialer update database - Create database schema 910 -- Auto Dialer update database - Create database schema 922 911 -- 923 912 trunk/DataBase/mysql-5.x/a2billing-mysql-schema-MYSQL.5.X-v1.3.0.sql
r984 r1039 905 905 906 906 907 908 907 909 -- 908 -- Predictive Dialer update database - Create database schema 909 -- 910 911 -- 912 -- CURRENT_TIMESTAMP 913 -- last_attempt TIMESTAMP DEFAULT 'now()' NOT NULL, 914 -- last_attempt TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL, 915 -- 916 917 -- 918 -- MYSQL 5.x - MYSQL 5.x - MYSQL 5.x - MYSQL 5.x - MYSQL 5.x 919 -- 920 -- 921 -- Predictive Dialer update database - Create database schema 910 -- Auto Dialer update database - Create database schema 922 911 -- 923 912 trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql-NDBCLUSTER.sql
r1020 r1039 163 163 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Simulator', 'simulator', 1, 'Offer simulator option on the customer interface - yes or no.', 1, 3, 'yes,no'); 164 164 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('CallBack', 'callback', 1, 'Enable the callback option on the customer interface - yes or no.', 1, 3, 'yes,no'); 165 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Predictive Dialer', 'predictivedialer', 1, 'Enable the predictivedialer option on the customer interface - yes or no.', 1, 3, NULL);165 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Predictive Dialer', 'predictivedialer', 1, 'Enable the predictivedialer option on the customer interface - yes or no.', 1, 3, 'yes,no'); 166 166 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('WebPhone', 'webphone', 1, 'Let users use SIP/IAX Webphone (Options : yes/no).', 1, 3, 'yes,no'); 167 167 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('WebPhone Server', 'webphoneserver', 'localhost', 'IP address or domain name of asterisk server that would be used by the web-phone.', 0, 3, NULL); trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.3.0-to-v1.4.0-mysql.sql
r1033 r1039 163 163 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Simulator', 'simulator', 1, 'Offer simulator option on the customer interface - yes or no.', 1, 3, 'yes,no'); 164 164 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('CallBack', 'callback', 1, 'Enable the callback option on the customer interface - yes or no.', 1, 3, 'yes,no'); 165 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Predictive Dialer', 'predictivedialer', 1, 'Enable the predictivedialer option on the customer interface - yes or no.', 1, 3, NULL);165 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('Predictive Dialer', 'predictivedialer', 1, 'Enable the predictivedialer option on the customer interface - yes or no.', 1, 3, 'yes,no'); 166 166 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('WebPhone', 'webphone', 1, 'Let users use SIP/IAX Webphone (Options : yes/no).', 1, 3, 'yes,no'); 167 167 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_group_id, config_listvalues) VALUES ('WebPhone Server', 'webphoneserver', 'localhost', 'IP address or domain name of asterisk server that would be used by the web-phone.', 0, 3, NULL);
