mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
change default charset to utf8mb4
This commit is contained in:
@@ -20,5 +20,6 @@
|
|||||||
"entitiesDir": "src/entity",
|
"entitiesDir": "src/entity",
|
||||||
"migrationsDir": "src/migration",
|
"migrationsDir": "src/migration",
|
||||||
"subscribersDir": "src/subscriber"
|
"subscribersDir": "src/subscriber"
|
||||||
}
|
},
|
||||||
|
"charset": "utf8mb4"
|
||||||
}
|
}
|
||||||
@@ -20,5 +20,6 @@
|
|||||||
"entitiesDir": "src/entity",
|
"entitiesDir": "src/entity",
|
||||||
"migrationsDir": "src/migration",
|
"migrationsDir": "src/migration",
|
||||||
"subscribersDir": "src/subscriber"
|
"subscribersDir": "src/subscriber"
|
||||||
}
|
},
|
||||||
|
"charset": "utf8mb4"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user