mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- Introduced a new CLI command `manifest:migrate` for handling photo asset manifest migrations. - Implemented parsing and execution logic for the new command in the CLI. - Created helper functions to ensure current manifest versions and handle migration logic. - Updated the `ManifestService` to support manifest upgrades and persist changes to the database. - Refactored the database provider to streamline the DbAccessor constructor. Signed-off-by: Innei <tukon479@gmail.com>