##// END OF EJS Templates
mysql: bump charset to to 'utf8mb4' to get full UTF-8 support...
Mads Kiilerich -
r8336:210e76d6 default
parent child Browse files
Show More
@@ -167,7 +167,7 b' class BaseDbModel(object):'
167
167
168 _table_args_default_dict = {'extend_existing': True,
168 _table_args_default_dict = {'extend_existing': True,
169 'mysql_engine': 'InnoDB',
169 'mysql_engine': 'InnoDB',
170 'mysql_charset': 'utf8',
170 'mysql_charset': 'utf8mb4',
171 'sqlite_autoincrement': True,
171 'sqlite_autoincrement': True,
172 }
172 }
173
173
General Comments 0
You need to be logged in to leave comments. Login now