Issue 6750: Add migration rule to delete faulty apps table
Description
We mark apps as faulty when it faces any signature mismatch. So that app lounge doesn't try to update these faulty apps. Users are notified to reinstall the app from app lounge to get the update correctly.
Now We have added some checking regarding signature matching for update related issues. Now existing users who have already faces signature mismatch, some apps of his device are marked as faulty. Now we want to remove the apps from faulty apps list, so that they gets a chance to be updated with new strategy. So We need to delete all data in the FaultyApp table. This does that.
Screenshots
Technical details
Tests
Issues
10 commandments of code reviews
Edited by Hasib Prince