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 8a5c5de commit 840e378Copy full SHA for 840e378
src/content/docs/drizzle-config-file.mdx
@@ -681,7 +681,7 @@ Prompts confirmation to run printed SQL statements when running `drizzle-kit pus
681
```ts
682
export default defineConfig({
683
dialect: "postgresql",
684
- breakpoints: false,
+ strict: false,
685
});
686
```
687
@@ -701,7 +701,7 @@ Print all SQL statements during `drizzle-kit push` command.
701
702
703
704
+ verbose: false,
705
706
707
@@ -726,4 +726,4 @@ export default defineConfig({
726
727
breakpoints: false,
728
729
-```
+```
0 commit comments