Skip to content

Commit

Permalink
improvement: with --yes assume oldest version
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 7, 2024
1 parent 21b923e commit 9fe0955
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
Expand Up @@ -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)}
Expand Down

0 comments on commit 9fe0955

Please sign in to comment.