diff --git a/docs/installation/update.md b/docs/installation/update.md index aa484d542..736bdd81c 100644 --- a/docs/installation/update.md +++ b/docs/installation/update.md @@ -223,7 +223,7 @@ SET FOREIGN_KEY_CHECKS = 0; And this, at the very end of the file (after the last `INSERT INTO...` statement: ``` -SET FOREIGN_KEY_CHECKS = 0 +SET FOREIGN_KEY_CHECKS = 1 ``` **Notes:**