db-migrate / db-migrate/node-db-migrate
[bug] clean up not always proper
Open
bug
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 361
- PR merge metrics
- No merged PRs in 30d
Description
of state `t` not cleaned up properly
- t.i - might be ok still problematic
- t.c - might be ok, probably not
- t.f - problematic
t.f not cleaned up will cause phantom foreign keys after a rerun of a migration
t.i not cleaned up does not knowingly cause phantom keys yet, but might have a similar problem, will fix just as t.f
Contributor guide
Assessment
This issue has not been assessed yet.