This commit is contained in:
2026-02-13 18:59:28 +01:00
parent 194e4dcad0
commit 0a1993494d
3 changed files with 3 additions and 3 deletions
@@ -43,7 +43,7 @@ export default function dbSchemaToType(params?: Params): string[] | undefined {
?.toUpperCase()
.replace(/ /g, "_");
const finalDefDbName = slugify(defDbName);
const finalDefDbName = slugify(defDbName, "_").toUpperCase();
const defNames: string[] = [];