mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
1. Split logic in `packages/common/infra/src/blocksuite/index.ts` to multiple single files 2. Move migration logic from setup to upgrade module, to prevent auto migration problems and loading problem
AFFiNE Migration Testings
This package is used to testing migration logic for every breaking version.
BUILD_TYPE=canary yarn run build
cd tests/affine-migration
yarn run e2e
Tips: Run
yarn devto start dev server in 8080 could make debugging more quickly.