cleanup: migration file rss_feed#1393
cleanup: migration file rss_feed#1393ankitsmt211 wants to merge 1 commit intoTogether-Java:developfrom
Conversation
database contains outdated data that's no longer being used and has inconsistent timestamps
Zabuzard
left a comment
There was a problem hiding this comment.
thats not a structural migration but a content migration. those should be executed outside of the migration system.
think about it this way: if TJ-Bot runs on some other server, maybe a C++-server, will this be relevant for their database? no, it wont. this is only relevant for our PROD DB. not even for our test-server DB and also not for our local users.
so for the above c++ server example, you would wipe their entire database table.
i would just run these queries on the server manually.
Sure I'll run em on server then |
database contains outdated data that's
no longer being used and has inconsistent
timestamps to avoid any complications in future