Skip to content

Commit 6795815

Browse files
committed
Updates generated sqlite config in documentation
1 parent 198bd74 commit 6795815

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/setup/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ Here's an example for `sqlite` configuration as it is generated from the environ
185185
"client": "sqlite3",
186186
"connection": {
187187
"filename": "/data/database.sqlite"
188-
}
188+
},
189+
"useNullAsDefault": true
189190
}
190191
}
191192
}

0 commit comments

Comments
 (0)