mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
typo
This commit is contained in:
parent
f1ed748983
commit
428b1139af
@ -19,7 +19,7 @@ export default async (): Promise<void> => {
|
|||||||
|
|
||||||
await con.connect()
|
await con.connect()
|
||||||
|
|
||||||
// Create Databse `gradido_community`
|
// Create Database `gradido_community`
|
||||||
await con.query(`
|
await con.query(`
|
||||||
CREATE DATABASE IF NOT EXISTS ${CONFIG.DB_DATABASE}
|
CREATE DATABASE IF NOT EXISTS ${CONFIG.DB_DATABASE}
|
||||||
DEFAULT CHARACTER SET utf8mb4
|
DEFAULT CHARACTER SET utf8mb4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user