migrations
migrations copied to clipboard
schema:update now wants to DROP the migrations table
Im having some issues upgrading from 2.x to 3.x.
If I run schema:validate it says its not in sync. Running the schema:update says it wants to remove the migrations table? How to handle this?
Is it so that update and validate should not be used anymore? and rely only on migrations?