Fix merge conflict
Add warning about MySQL collation Fix database index length This allows new databases to be created with utf8mb4, on MySQL. The maximum column size is 767 bytes. Each character is 4 bytes long -> 767 / 4 = 191 characters for the column.
* add chat_contacts table * add chat_fragments table * add chat_enabled column to aspects * add chat_offline_messages table