I think the docs really should mention that the tables will be created with the servers default collation (perhaps we should be specifying collation on table creation), it does mention the characterset but doesnt mention collation.
For example, MariaDB default collation is latin1_swedish_ci, and this will cause a load of issues with ombi pertaining to special characters, switching to utf8mb4_unicode_ci resolves it of course
I think the docs really should mention that the tables will be created with the servers default collation (perhaps we should be specifying collation on table creation), it does mention the characterset but doesnt mention collation.
For example, MariaDB default collation is latin1_swedish_ci, and this will cause a load of issues with ombi pertaining to special characters, switching to utf8mb4_unicode_ci resolves it of course