refactor(database): remove unused mikroOrmMigrations export #176

Merged
jack merged 8 commits from refactor/151-remove-mikroorm-migrations-export into main 2026-01-24 13:12:02 +00:00
Owner

Summary

  • Remove unused mikroOrmMigrations string array from migrations/index.ts
  • The config imports migration classes directly via migrationsList
  • Eliminates duplicate maintenance when adding migrations

Closes #151

Test plan

  • TypeScript check passes
  • Verified export is not used anywhere via grep
## Summary - Remove unused `mikroOrmMigrations` string array from migrations/index.ts - The config imports migration classes directly via `migrationsList` - Eliminates duplicate maintenance when adding migrations Closes #151 ## Test plan - [x] TypeScript check passes - [x] Verified export is not used anywhere via grep
refactor(database): remove unused mikroOrmMigrations export
All checks were successful
CI / check (pull_request) Successful in 0s
CI / build (pull_request) Successful in 41s
CI / validate-plugin (pull_request) Successful in 36s
ffb49d7def
The string array was never used - mikro-orm.config.ts imports migration
classes directly and maintains its own migrationsList.

Closes #151

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merge branch 'main' into refactor/151-remove-mikroorm-migrations-export
All checks were successful
CI / build (pull_request) Successful in 1m16s
12db123dad
Merge branch 'main' into refactor/151-remove-mikroorm-migrations-export
All checks were successful
CI / build (pull_request) Successful in 1m15s
5cc091ea5c
Merge branch 'main' into refactor/151-remove-mikroorm-migrations-export
All checks were successful
CI / build (pull_request) Successful in 1m19s
f78f132e06
Merge branch 'main' into refactor/151-remove-mikroorm-migrations-export
All checks were successful
CI / build (pull_request) Successful in 1m18s
3ba72c564e
Merge branch 'main' into refactor/151-remove-mikroorm-migrations-export
All checks were successful
CI / build (pull_request) Successful in 1m16s
aef185eaec
Merge branch 'main' into refactor/151-remove-mikroorm-migrations-export
All checks were successful
CI / build (pull_request) Successful in 1m17s
41393fb068
Merge branch 'main' into refactor/151-remove-mikroorm-migrations-export
All checks were successful
CI / build (pull_request) Successful in 1m13s
d2b93ffdd1
jack merged commit 69e01dd439 into main 2026-01-24 13:12:02 +00:00
Sign in to join this conversation.
No description provided.