feat: 完善内容管理通用富文本编辑器
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
UPDATE site_documents
|
||||
SET draft_json = replace(draft_json, '"/images/hero-bg-v1.png"', '"/images/hero-bg-v3.webp"'),
|
||||
published_json = replace(published_json, '"/images/hero-bg-v1.png"', '"/images/hero-bg-v3.webp"')
|
||||
WHERE draft_json LIKE '%"/images/hero-bg-v1.png"%'
|
||||
OR published_json LIKE '%"/images/hero-bg-v1.png"%';
|
||||
Reference in New Issue
Block a user