File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ spark_locals_without_parens = [
1616 index: 2 ,
1717 message: 1 ,
1818 migrate?: 1 ,
19+ migration_defaults: 1 ,
1920 migration_types: 1 ,
2021 name: 1 ,
2122 on_delete: 1 ,
Original file line number Diff line number Diff line change @@ -493,8 +493,7 @@ defmodule AshPostgres.Join do
493493 join_relationship =
494494 Ash.Resource.Info . relationship ( relationship . source , relationship . join_relationship )
495495
496- join_path =
497- Enum . reverse ( [ join_relationship . name | path ] )
496+ join_path = Enum . reverse ( [ join_relationship . name | path ] )
498497
499498 full_path = path ++ [ relationship . name ]
500499
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ defmodule AshPostgres.Repo do
6161 def migrations_path , do: nil
6262 def default_prefix , do: "public"
6363 def override_migration_type ( type ) , do: type
64- def min_pg_version ( ) , do: 10
64+ def min_pg_version , do: 10
6565
6666 def all_tenants do
6767 raise """
You can’t perform that action at this time.
0 commit comments