Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96d5126

Browse files
author
Sashko Stubailo
authored
Merge pull request #9 from robertohuertasm/fix-hide-knex-warning
Avoiding Knex warning about default values.
2 parents 83562ca + 57830bd commit 96d5126

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

knexfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module.exports = {
66
client: 'sqlite3',
77
connection: {
88
filename: './dev.sqlite3'
9-
}
9+
},
10+
useNullAsDefault: true
1011
},
1112
//
1213
// staging: {

0 commit comments

Comments
 (0)