Skip to content

Commit d41100a

Browse files
author
jghauser
committed
fix(sqlite-wrapper): set required to true not string "true"
1 parent 8474a8a commit d41100a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/papis/sqlite-wrapper.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ local schemas = {
179179
reference = "data.id",
180180
on_update = "cascade",
181181
on_delete = "cascade",
182-
required = "true",
182+
required = true,
183183
},
184184
},
185185
state = {

0 commit comments

Comments
 (0)