diff --git a/ormconfig.ci.json b/ormconfig.ci.json index 2f2c4db..f2fda04 100644 --- a/ormconfig.ci.json +++ b/ormconfig.ci.json @@ -20,5 +20,6 @@ "entitiesDir": "src/entity", "migrationsDir": "src/migration", "subscribersDir": "src/subscriber" - } + }, + "charset": "utf8mb4" } \ No newline at end of file diff --git a/ormconfig.example.json b/ormconfig.example.json index 5481962..26b8c9e 100644 --- a/ormconfig.example.json +++ b/ormconfig.example.json @@ -20,5 +20,6 @@ "entitiesDir": "src/entity", "migrationsDir": "src/migration", "subscribersDir": "src/subscriber" - } + }, + "charset": "utf8mb4" } \ No newline at end of file