2026年5月29日 02:28
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
UPDATE `la_community_post`
|
||||
SET `images` = REPLACE(`images`, 'https://tk2cdn-ali.tprswe.com/', 'https://tk2cdn.ai4funs.com/')
|
||||
WHERE `origin_id` LIKE '49baodian:%'
|
||||
AND `images` LIKE '%https://tk2cdn-ali.tprswe.com/%';
|
||||
|
||||
UPDATE `la_community_post`
|
||||
SET `images` = REPLACE(`images`, 'https://tk2cdn-hw.thc517.com/', 'https://tk2cdn.ai4funs.com/')
|
||||
WHERE `origin_id` LIKE '49baodian:%'
|
||||
AND `images` LIKE '%https://tk2cdn-hw.thc517.com/%';
|
||||
|
||||
UPDATE `la_community_post`
|
||||
SET `ext` = REPLACE(`ext`, 'https://tk2cdn-ali.tprswe.com/', 'https://tk2cdn.ai4funs.com/')
|
||||
WHERE `origin_id` LIKE '49baodian:%'
|
||||
AND `ext` LIKE '%https://tk2cdn-ali.tprswe.com/%';
|
||||
|
||||
UPDATE `la_community_post`
|
||||
SET `ext` = REPLACE(`ext`, 'https://tk2cdn-hw.thc517.com/', 'https://tk2cdn.ai4funs.com/')
|
||||
WHERE `origin_id` LIKE '49baodian:%'
|
||||
AND `ext` LIKE '%https://tk2cdn-hw.thc517.com/%';
|
||||
|
||||
UPDATE `la_community_post_image`
|
||||
SET `image_url` = REPLACE(`image_url`, 'https://tk2cdn-ali.tprswe.com/', 'https://tk2cdn.ai4funs.com/')
|
||||
WHERE `image_url` LIKE 'https://tk2cdn-ali.tprswe.com/%';
|
||||
|
||||
UPDATE `la_community_post_image`
|
||||
SET `image_url` = REPLACE(`image_url`, 'https://tk2cdn-hw.thc517.com/', 'https://tk2cdn.ai4funs.com/')
|
||||
WHERE `image_url` LIKE 'https://tk2cdn-hw.thc517.com/%';
|
||||
Reference in New Issue
Block a user