We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c6e31 commit f769ef6Copy full SHA for f769ef6
lib/repo.ex
@@ -342,7 +342,8 @@ defmodule AshPostgres.Repo do
342
drop?: 0,
343
disable_atomic_actions?: 0,
344
disable_expr_error?: 0,
345
- immutable_expr_error?: 0
+ immutable_expr_error?: 0,
346
+ use_builtin_uuidv7_function?: 0
347
348
# We do this switch because `!@warn_on_missing_ash_functions` in the function body triggers
349
# a dialyzer error
0 commit comments