migrations icon indicating copy to clipboard operation
migrations copied to clipboard

schema:update now wants to DROP the migrations table

Open hopstad opened this issue 7 months ago • 0 comments

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?

hopstad avatar Mar 03 '25 11:03 hopstad