You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-07 23:23:49 +02:00
changing mysql collate and charset to be case insensitive
This commit is contained in:
@@ -170,7 +170,8 @@ export class SQLConnection {
|
||||
port: 3306,
|
||||
username: config.mysql.username,
|
||||
password: config.mysql.password,
|
||||
database: config.mysql.database
|
||||
database: config.mysql.database,
|
||||
charset: 'utf8mb4'
|
||||
};
|
||||
} else if (config.type === DatabaseType.sqlite) {
|
||||
driver = {
|
||||
|
||||
Reference in New Issue
Block a user