app增加app payload和app dns功能,复用appheader界面
app sslg更新最新district字典 增加app payload和app dns国际化
This commit is contained in:
2
src/main/resources/sql/20180917/update_service_dict.sql
Normal file
2
src/main/resources/sql/20180917/update_service_dict.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
#update audio sample porn is_valid=0
|
||||
update function_service_dict set is_valid=0 where dict_id in( 9,10)
|
||||
@@ -0,0 +1,7 @@
|
||||
update statistics_tables set is_valid=1 where id=14;
|
||||
INSERT INTO statistics_tables ( `tab_name`, `is_valid`, `description`) VALUES ('pxy_obj_keyring', 1, '');
|
||||
INSERT INTO statistics_tables ( `tab_name`, `is_valid`, `description`) VALUES ('proxy_file_strategy_cfg', 1, '');
|
||||
ALTER TABLE cfg_num_statistics ADD COLUMN statistic_time datetime NULL COMMENT 'ͳ<EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>';
|
||||
ALTER TABLE request_num_statistics ADD COLUMN statistic_time datetime NULL COMMENT 'ͳ<EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>';
|
||||
update cfg_num_statistics set cfg_type=0;
|
||||
ALTER TABLE cfg_num_statistics CHANGE cfg_type compile_id int null default 0;
|
||||
Reference in New Issue
Block a user