1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

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

View file

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