Skip to content

Commit

Permalink
Merge pull request #654 from naymspace/feature/add-min-pg-version
Browse files Browse the repository at this point in the history
Add `min_pg_version/0` to `Demo.Repo`
  • Loading branch information
Flo0807 authored Nov 6, 2024
2 parents 0e0901d + 056929c commit c54fd08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/lib/demo/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ defmodule Demo.Repo do
def installed_extensions do
["ash-functions"]
end

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

0 comments on commit c54fd08

Please sign in to comment.