github neodb-social/neodb 0.11.5.8

latest releases: 0.12.2.1, 0.12.2, 0.12.1.1...
4 months ago
  • added back import status in data import/export page

  • Work migration by @j1g5awi - Each Edition may have more than one Work 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 run neodb-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.

Don't miss a new neodb release

NewReleases is sending notifications on new releases.