rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.2k stars 275 forks source link

Fix 88, down with catchup #235

Open rangzen opened 1 year ago

rangzen commented 1 year ago

Add the case where a down operation is called, but some catch up operations are called also.

Actually, the records are wrong because the up operations are not updated with the applied date, they are ran by the down part which delete the date instead of inserting one.

rangzen commented 1 year ago

@rubenv Hello, any news on that PR? Thanks

rangzen commented 1 year ago

@rubenv Do I have to update the PR or this PR is refused anyway?

rangzen commented 1 year ago

Hello @rubenv do I update the PR or it will not be merged anyway? Thank you.

mlaflamm commented 1 year ago

It would be great to have the conflicts resolved. I created a new issue (#252) to explain the problem this PR is solving.