Closed fisehara closed 1 year ago
On empty database schemas the migrations model is not executed. Hence, every model migration that is executed before the migrations model will not be tracked properly. This is an edge case for empty database schemas.
migrations
Change-type: patch
I self-certify!
On empty database schemas the
migrations
model is not executed. Hence, every model migration that is executed before themigrations
model will not be tracked properly. This is an edge case for empty database schemas.Change-type: patch