Migrations containing defer_foreign_keys
fail to apply but the remaining migrations are still applied
#531
Labels
bug
Something isn't working
Describe the bug
nuxt-hub
fails to apply migrations containingPRAGMA defer_foreign_keys=on|off
, and wrongly reports that everything went well.Only 14 out of 17 migrations are actually applied, all the failures contain

defer_foreign_keys
.Steps to reproduce
Steps to reproduce the behavior:
PRAGMA defer_foreign_keys = on;
.The text was updated successfully, but these errors were encountered: