初始代码
This commit is contained in:
1
DM8/Update/Update_DM_0220.sql
Normal file
1
DM8/Update/Update_DM_0220.sql
Normal file
@@ -0,0 +1 @@
|
||||
update base_module set f_property_json = CONCAT(SUBSTR(f_property_json,1,length(f_property_json)-1), ',"webType":2}') where f_type = 3 and f_category = 'Web' and f_property_json is not null and f_property_json not like '%webType%';
|
||||
Reference in New Issue
Block a user