Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Issue 6750: Add migration rule to delete faulty apps table

Sayantan Roychowdhury requested to merge 6750-faulty_apps_migration into main

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

e/backlog#6750 (closed)

10 commandments of code reviews

👪 https://gitlab.e.foundation/internal/wiki/-/wikis/development/code-review

Edited by Hasib Prince

Merge request reports

Loading