Add bulk upsert to row operations list.

This commit is contained in:
Sam Rose 2024-06-19 10:49:39 +01:00
parent e288fc8795
commit 9866aabd39
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export const RowOperations = [
Operation.UPDATE,
Operation.DELETE,
Operation.BULK_CREATE,
Operation.BULK_UPSERT,
]
export enum QueryType {