-
added back import status in data import/export page
-
Work migration by @j1g5awi - Each
Edition
may have more than oneWork
previously, this version changed it to only one and migrated existing data. The migration is done asynchronously after cluster restart. If you prefer doing this manually, add the following line to.env
:
SKIP_MIGRATIONS=merge_works
and run neodb-manage catalog --migrate merge_works
, this is safe to re-run multiple times if for whatever reason needed
- fixed bangumi parser - The data fix is done asynchronously after cluster restart. If you prefer doing this manually, add
SKIP_MIGRATIONS=fix_bangumi
to.env
, and runneodb-manage catalog --migrate fix_bangumi
, this is safe to re-run multiple times if for whatever reason needed. - To skip both data change in cluster restart, use
SKIP_MIGRATIONS=fix_bangumi,merge_works
.