db-migrate / node-db-migrate

Database migration framework for node
Other
2.32k stars 361 forks source link

[bug] clean up not always proper #786

Open wzrdtales opened 2 years ago

wzrdtales commented 2 years ago

of state t not cleaned up properly

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

wzrdtales commented 1 year ago

possibly fixed in https://github.com/db-migrate/node-db-migrate/commit/458c5e8d7d2d353952341d967dfe1f219f269f3e needs testing