We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ce16b commit 2a5f300Copy full SHA for 2a5f300
.stacks/core/actions/src/generate.ts
@@ -129,5 +129,5 @@ export async function models(options?: any) {
129
{ database: 'postgresql' },
130
)
131
132
- // await runCommand(`npx prisma migrate --schema=${path}`) // run this command to generate the migrations..
+ await runCommand(`npx prisma migrate --schema=${path}`) // run this command to generate the migrations..
133
}
0 commit comments