Skip to content

Commit 58dd9d2

Browse files
committed
add can? for bulk_uspert_return_skipped
1 parent a6148c1 commit 58dd9d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/data_layer.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,7 @@ defmodule AshPostgres.DataLayer do
658658
def can?(_, :combine), do: true
659659
def can?(_, {:combine, _}), do: true
660660
def can?(_, :bulk_create), do: true
661+
def can?(_, :bulk_upsert_return_skipped), do: true
661662

662663
def can?(_, :action_select), do: true
663664

0 commit comments

Comments
 (0)