Skip to content

Commit 9a2c409

Browse files
committed
Updated database options settings to match our production database and dump files.
- Legacy-Id: 16632
1 parent 2c2f8b7 commit 9a2c409

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ietf/settings.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@
9999
'ENGINE': 'django.db.backends.mysql',
100100
'USER': 'ietf',
101101
#'PASSWORD': 'ietf',
102-
'OPTIONS': {'sql_mode': 'STRICT_TRANS_TABLES', },
102+
'OPTIONS': {
103+
'sql_mode': 'STRICT_TRANS_TABLES',
104+
'init_command': 'SET storage_engine=MyISAM; SET names "utf8"'
105+
},
103106
},
104107
}
105108

0 commit comments

Comments
 (0)