View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005571 | Composr alpha bug reports | [All Projects] General / Uncategorised | public | 2024-01-22 21:49 | 2024-01-22 21:52 |
Reporter | Patrick Schmalstig | Assigned To | Patrick Schmalstig | ||
Severity | Minor-bug | ||||
Status | resolved | Resolution | fixed | ||
Summary | 0005571: Database repair: Don't use deep scan on addon_installed | ||||
Description | In the database repair tool, we are using deep scan on addon_installed. This means if any addons were only partially installed (or a db structure happened in an update that was not reflected into the database), addon_installed will return false, and the repair tool will think everything is alien and should be purged. This is bad. Instead, we should not be doing a deep scan. That way, the repair tool will take on the role of fixing what is broken in the addon instead of purging everything. | ||||
Tags | No tags attached. | ||||
Sponsorship open | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-22 21:49 | Patrick Schmalstig | New Issue | |
2024-01-22 21:49 | Patrick Schmalstig | Status | non-assigned => assigned |
2024-01-22 21:49 | Patrick Schmalstig | Assigned To | => Patrick Schmalstig |
2024-01-22 21:50 | Patrick Schmalstig | Status | assigned => resolved |
2024-01-22 21:50 | Patrick Schmalstig | Resolution | open => fixed |
2024-01-22 21:51 | Patrick Schmalstig | Description Updated | View Revisions |
2024-01-22 21:52 | Patrick Schmalstig | Description Updated | View Revisions |