fix: add manyOrNone to db functions
This commit is contained in:
parent
00875f06e8
commit
bad3d291ca
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ const stripDefaultDbFuncs = dbCtx => {
|
|||
one: dbCtx.$one,
|
||||
none: dbCtx.$none,
|
||||
any: dbCtx.$any,
|
||||
manyOrNone: dbCtx.$manyOrNone,
|
||||
tx: dbCtx.$tx,
|
||||
task: dbCtx.$task,
|
||||
batch: dbCtx.batch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue