migrate-dev failure when adding property to entity
Trying to perform a migration where I add an optional field to User, but since there already exist users in the DB the migration fails. For example:
Migrating from:
To:
run
Fails with
Wasp version: 0.13.2 (entities defined in
Migrating from:
To:
run
wasp db migrate-devFails with
Wasp version: 0.13.2 (entities defined in
main.wasp)