Open
Description
It would be nice to be able to use a --force
flag (or similar) when using the baseline functionality to drop the existing migrations table.
In our environment the migrations table seems to get messed up (or dropped or something) periodically. Why this is happening isn't the concern of this post (and I don't think it's the fault of this tool). To fix it, we can use baseline
but I had to first drop the existing migrations table (migrate
had been run and it failed on the first script (obviously) because the tables already existed).
Metadata
Assignees
Labels
No labels
Activity