Bump PGSQL version from 14 to 15 (#2406)

* Bump PGSQL version from 14 to 15

* Upgrade mac os postgres version

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Luap33 2023-11-08 23:44:36 +01:00 committed by GitHub
parent 56dc87a60f
commit 7a5476e31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ EOF
echo_header $BLUE " DATABASE SETUP"
PG_MAIN_VERSION=14
PG_MAIN_VERSION=15
PG_GRAPHQL_VERSION=1.3.0
TARGETARCH=$(dpkg --print-architecture)

View File

@ -47,7 +47,7 @@ EOF
echo_header $BLUE " DATABASE SETUP"
PG_MAIN_VERSION=14
PG_MAIN_VERSION=15
PG_GRAPHQL_VERSION=1.3.0
CARGO_PGRX_VERSION=0.9.8