Files
yunzhupass-database/SQLServer/Update/Update_SQLServer_0220.sql
wangmingwei 68a8bce2b8 初始代码
2026-04-21 17:34:08 +08:00

2 lines
233 B
SQL

update base_module set f_property_json = CONCAT(SUBSTRING(f_property_json,1,len(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%';