From 34c7b6f1cba1d40ce0838c8d01a1688a79b7a055 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sat, 16 Feb 2019 21:39:01 +0300 Subject: [PATCH] change default charset to utf8mb4 --- ormconfig.ci.json | 3 ++- ormconfig.example.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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