Add bulk upsert to row operations list.
This commit is contained in:
parent
e288fc8795
commit
9866aabd39
|
@ -21,6 +21,7 @@ export const RowOperations = [
|
|||
Operation.UPDATE,
|
||||
Operation.DELETE,
|
||||
Operation.BULK_CREATE,
|
||||
Operation.BULK_UPSERT,
|
||||
]
|
||||
|
||||
export enum QueryType {
|
||||
|
|
Loading…
Reference in New Issue