Skip to content

Commit

Permalink
chore: Update test repo to match AshPostgres requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Sep 1, 2024
1 parent b11e5bc commit 578a353
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/support/example/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ defmodule Example.Repo do

@doc false
def installed_extensions, do: ["ash-functions", "uuid-ossp", "citext"]

@doc false
def min_pg_version do
%Version{major: 16, minor: 0, patch: 0}
end
end

0 comments on commit 578a353

Please sign in to comment.