Skip to content
Snippets Groups Projects
Commit f6456f2f authored by Alice Heaton's avatar Alice Heaton :speech_balloon:
Browse files

Revert change to local_settings.py.dev regarding foreign key checks...

Revert change to local_settings.py.dev regarding foreign key checks (mistakenly added with other styling changes)
parent b6e0ff19
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ DATABASES = {
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
'OPTIONS': {
"init_command": "SET storage_engine=INNODB;SET foreign_key_checks = 0;",
"init_command": "SET storage_engine=INNODB;",
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment