This commit is contained in:
Ulf Gebhardt 2021-08-23 00:17:35 +02:00
parent f1ed748983
commit 428b1139af
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -19,7 +19,7 @@ export default async (): Promise<void> => {
await con.connect()
// Create Databse `gradido_community`
// Create Database `gradido_community`
await con.query(`
CREATE DATABASE IF NOT EXISTS ${CONFIG.DB_DATABASE}
DEFAULT CHARACTER SET utf8mb4