Even out db collation to utfmb4_unicode_ci; fix #2835 ; fix #2218 (#2915)

This commit is contained in:
ctrlaltca 2018-01-13 10:02:22 +01:00 committed by Zach H
parent cc822dd8df
commit cd558a9722
3 changed files with 102 additions and 40 deletions

View file

@ -9,7 +9,7 @@
#include "server.h"
#include "server_database_interface.h"
#define DATABASE_SCHEMA_VERSION 23
#define DATABASE_SCHEMA_VERSION 24
class Servatrice;