refactor(database): remove unused mikroOrmMigrations export #151
No reviewers
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem!151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/147-remove-unused-migrations-export"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Remove the unused
mikroOrmMigrationsstring array frompackages/database/src/mikro-orm/migrations/index.ts.Rationale
The
mikro-orm.config.tsimports migrations directly and maintains its ownmigrationsListarray with the actual migration classes. ThemikroOrmMigrationsstring array was never used and created duplicate maintenance work when adding new migrations.Removes 11 lines of unused code.
Closes #147
5d6d5a02753aa69599ec