balena-io / pinejs

Generate rest APIs from natural language models
Apache License 2.0
63 stars 11 forks source link

Fix skipped migrations on empty database schema #680

Closed fisehara closed 1 year ago

fisehara commented 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.

Change-type: patch

fisehara commented 1 year ago

I self-certify!