This commit is contained in:
2026-03-11 05:40:37 +01:00
parent 406759306b
commit e7ee76f572
11 changed files with 40 additions and 23 deletions
+1
View File
@@ -30,6 +30,7 @@ export default function () {
dbSchemaToTypeDef({
dbSchema: finaldbSchema,
dst_file: out_file,
config,
});
}
console.log(`${chalk.bold(chalk.green(`DB Schema setup success!`))}`);
+1
View File
@@ -18,6 +18,7 @@ export default function () {
dbSchemaToTypeDef({
dbSchema: finaldbSchema,
dst_file: out_file,
config,
});
}
else {