diff --git a/application/src/main/resources/db/V16__Remove_Rss_Invalid_Data.sql b/application/src/main/resources/db/V16__Remove_Rss_Invalid_Data.sql new file mode 100644 index 0000000000..802c3b20d5 --- /dev/null +++ b/application/src/main/resources/db/V16__Remove_Rss_Invalid_Data.sql @@ -0,0 +1,5 @@ +DELETE FROM rss_feed +WHERE url NOT IN ( + 'https://inside.java/feed.xml', + 'https://www.youtube.com/feeds/videos.xml?playlist_id=UUSHmRtPmgnQ04CMUpSUqPfhxQ' + );