Detect if migrations digest has changed to trigger db recreation in ftl dev
#4041
Open
Description
Currently if a db migration file is modified during development, the db does not match the new migration file. You have to stop ftl dev
and re-run it with ftl dev --recreate