Add missing validator ops

This commit is contained in:
Jake Barnby 2025-08-15 00:37:39 +12:00
parent dfeadfd50f
commit 6e6364638d
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -21,7 +21,9 @@ class Operation extends Validator
'update',
'upsert',
'delete',
'bulkCreate',
'bulkUpdate',
'bulkUpsert',
'bulkDelete',
];