Skip to content

Commit 13e01ba

Browse files
committed
cleanup: migration file rss_feed
database contains outdated data that's no longer being used and has inconsistent timestamps
1 parent a62f773 commit 13e01ba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
DELETE FROM rss_feed
2+
WHERE url NOT IN (
3+
'https://inside.java/feed.xml',
4+
'https://www.youtube.com/feeds/videos.xml?playlist_id=UUSHmRtPmgnQ04CMUpSUqPfhxQ'
5+
);

0 commit comments

Comments
 (0)