chore: Update test repo to match AshPostgres requirements.

This commit is contained in:
James Harton 2024-09-02 09:16:19 +12:00
parent b11e5bc47a
commit 578a353d17
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -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