diff --git a/conf/sql/1.7.3.sql b/conf/sql/1.7.3.sql new file mode 100644 index 0000000..1f9caba --- /dev/null +++ b/conf/sql/1.7.3.sql @@ -0,0 +1,3 @@ +INSERT INTO `cp_platforms` (`slug`, `type`, `label`, `home_url`, `submit_url`) VALUES +('threads', 'social', 'Threads', 'https://www.threads.net/', 'https://www.threads.net/login'), +('youtube-music', 'podcasting', 'YouTube Music', 'https://www.youtube.com/creators/podcasts/', 'https://studio.youtube.com/channel/content/podcasts');