Describe the bug
nuxt-hub fails to apply migrations containing PRAGMA 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:
- Try to deploy any project containing at least 3 migrations files, on the second one add
PRAGMA defer_foreign_keys = on;.