Skip to content

Commit f769ef6

Browse files
committed
Update Repo, make use_builtin_uuidv7_function overrideable
1 parent 98c6e31 commit f769ef6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/repo.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ defmodule AshPostgres.Repo do
342342
drop?: 0,
343343
disable_atomic_actions?: 0,
344344
disable_expr_error?: 0,
345-
immutable_expr_error?: 0
345+
immutable_expr_error?: 0,
346+
use_builtin_uuidv7_function?: 0
346347

347348
# We do this switch because `!@warn_on_missing_ash_functions` in the function body triggers
348349
# a dialyzer error

0 commit comments

Comments
 (0)