1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
castopod_ynh/conf/sql/v1.5.2.sql
2024-07-13 23:47:18 +02:00

4 lines
88 B
SQL

-- change Twitter to X
UPDATE `cp_platforms`
SET `slug` = 'x'
WHERE `slug` = 'twitter';