Skip to content

Commit 778bb01

Browse files
authored
Merge pull request #111 from Flux159/pr111
Removing on delete set null from types since that is not supported in spanner
2 parents a3392f2 + 28b13e2 commit 778bb01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type OnDeleteAction =
66
| "cascade"
77
| "restrict"
88
| "no action"
9-
| "set null"
9+
// | "set null" // Not supported in Spanner
1010
| "set default";
1111

1212
export interface ForeignKeyConfig {

0 commit comments

Comments
 (0)