28 lines
1.2 KiB
SQL
28 lines
1.2 KiB
SQL
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/%';
|