So if you merge in separate scripts you will need to linearize by hand.
On top of this, there's a table within the database tracking which migrations are run, so you don't accidentally rerun these for example.
So if you merge in separate scripts you will need to linearize by hand.
On top of this, there's a table within the database tracking which migrations are run, so you don't accidentally rerun these for example.