mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
4 lines
88 B
SQL
4 lines
88 B
SQL
-- change Twitter to X
|
|
UPDATE `cp_platforms`
|
|
SET `slug` = 'x'
|
|
WHERE `slug` = 'twitter';
|