Get rid of mysql strict trans mode warnings
This commit is contained in:
parent
c501123e5d
commit
8f7c60ed13
@ -1 +1 @@
|
||||
__version__ = "0.1.6"
|
||||
__version__ = "0.1.7"
|
||||
|
||||
@ -12,6 +12,9 @@ DATABASES = {
|
||||
"PASSWORD": "{{ DISCOVERY_MYSQL_PASSWORD }}",
|
||||
"HOST": "{{ MYSQL_HOST }}",
|
||||
"PORT": "{{ MYSQL_PORT }}",
|
||||
"OPTIONS": {
|
||||
"init_command": "SET sql_mode='STRICT_TRANS_TABLES'",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user