Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: with --yes assume oldest version
Browse files Browse the repository at this point in the history
zachdaniel committed Oct 7, 2024
1 parent 21b923e commit 2ae0c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/igniter.ex
Original file line number Diff line number Diff line change
@@ -120,7 +120,7 @@ defmodule AshPostgres.Igniter do
@doc false
def get_min_pg_version(name, opts) do
if opts[:yes] do
%Version{major: 16, minor: 0, patch: 0}
%Version{major: 13, minor: 0, patch: 0}
else
lead_in = """
Generating #{inspect(name)}

0 comments on commit 2ae0c46

Please sign in to comment.