Skip to content

Commit 2a5f300

Browse files
committed
chore: wip
1 parent c6ce16b commit 2a5f300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stacks/core/actions/src/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ export async function models(options?: any) {
129129
{ database: 'postgresql' },
130130
)
131131

132-
// await runCommand(`npx prisma migrate --schema=${path}`) // run this command to generate the migrations..
132+
await runCommand(`npx prisma migrate --schema=${path}`) // run this command to generate the migrations..
133133
}

0 commit comments

Comments
 (0)