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 299da7f commit a147840Copy full SHA for a147840
packages/cli/src/actions/templates.ts
@@ -21,7 +21,7 @@ model Post {
21
title String @length(1, 256)
22
content String
23
published Boolean @default(false)
24
- author User @relation(fields: [authorId], references: [id])
+ author User @relation(fields: [authorId], references: [id], onDelete: Cascade)
25
authorId String
26
}
27
`;
packages/ide/vscode/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "zenstack-v3",
3
"publisher": "zenstack",
4
- "version": "3.0.14",
+ "version": "3.0.15",
5
"displayName": "ZenStack V3 Language Tools",
6
"description": "VSCode extension for ZenStack (v3) ZModel language",
7
"private": true,
0 commit comments