Update README.md
This commit includes a fix for the isolevel key. It was changed to 'isolevel: SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED' to use a more standard syntax that closely follows SQL conventions.
This commit is contained in:
parent
991f13b7fa
commit
782da3d103
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ drupal_settings:
|
|||
database: mydatabase
|
||||
username: user
|
||||
password: secret
|
||||
isolevel: "SET SESSION transaction_isolation=\\'READ-COMMITTED\\'"
|
||||
isolevel: 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED'
|
||||
config_directories: # Optional, Drupal 8
|
||||
sync: path/to/config
|
||||
trusted_hosts: # Optional, Drupal 8
|
||||
|
|
|
|||
Reference in a new issue