Goal
Make sure group inventory data is not missed by maintenance export/backup flows.
Scope
- Update SQLite JSON export/backup scripts to include
group_inventories.
- Add tests proving exported data includes group inventory documents with revision and updatedAt fields.
- If import/migration helpers have central table assumptions, update them to tolerate or restore group inventory data.
- Keep this limited to maintenance scripts and tests.
Acceptance criteria
- Existing export tests still pass.
- New export test includes at least one group inventory document.
- Running the export script does not silently drop group inventory state.
- No UI or API behavior changes are added in this ticket.
Depends on
Goal
Make sure group inventory data is not missed by maintenance export/backup flows.
Scope
group_inventories.Acceptance criteria
Depends on