docs: update.md (#5672)
One should activate foreign key checks after everything is done, not deactivate again
This commit is contained in:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user