You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: pgpm picks up earliest matching Postgres version
If we, say, specify `--pgver 16`, it'll pick up 16.0. However, this is
not the behavior we'd like. We want the _latest_ minor of this major.
Solution: ensure sorting is done
0 commit comments