Skip to content

Commit

Permalink
fix: fully specificy synthesized indices from multi-resource tables
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 12, 2025
1 parent fbc4346 commit 2b5b3bd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lib/migration_generator/migration_generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,11 @@ defmodule AshPostgres.MigrationGenerator do

%{
keys: pkey_names,
name: name
name: name,
base_filter: nil,
all_tenants?: false,
nils_distinct?: false,
where: nil
}
end)

Expand Down Expand Up @@ -849,7 +853,11 @@ defmodule AshPostgres.MigrationGenerator do

%{
keys: pkey_names,
name: name
name: name,
base_filter: nil,
all_tenants?: false,
nils_distinct?: false,
where: nil
}
end)

Expand Down

0 comments on commit 2b5b3bd

Please sign in to comment.