#6290 - Refactor db_meta.bin into hooks
| Identifier | #6290 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Refactor db_meta.bin into hooks |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Version | 11 beta8 |
| Addon | core |
| Description | Refactor db_meta.bin into database_manifest hooks. |
| Steps to reproduce | |
| Additional information | a) This allows non-bundled addons to have metadata for integrity checks. b) This ensures we have only the meta we need based on addons; aids in the database repair tool cleaning up orphaned meta from addons we removed. c) The database_manifest hooks will eventually also serve additional purposes as I refactor out database_relations.php (that information really should be attached per-addon, which we can do in hooks). |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
This hotfix does just that