change default charset to utf8mb4

This commit is contained in:
2019-02-16 21:39:01 +03:00
parent 2183f68c0a
commit 34c7b6f1cb
2 changed files with 4 additions and 2 deletions

View File

@@ -20,5 +20,6 @@
"entitiesDir": "src/entity",
"migrationsDir": "src/migration",
"subscribersDir": "src/subscriber"
}
},
"charset": "utf8mb4"
}

View File

@@ -20,5 +20,6 @@
"entitiesDir": "src/entity",
"migrationsDir": "src/migration",
"subscribersDir": "src/subscriber"
}
},
"charset": "utf8mb4"
}