4525 upgrade pg graphql (#4646)

* TO remove: add multiple workspace with command

* TO remove: update build script

* Update script and add doc

* TO remove: add more seed workspaces

* Build pg_graphql files for 1.5.1

* Build pg_graphql files for 1.5.1 macos arm

* Remove 600 seed workspaces

* Build pg_graphql files for 1.5.1 macos intel
This commit is contained in:
martmull
2024-03-25 15:08:17 +01:00
committed by GitHub
parent e576fe0d67
commit e2af5b8628
21 changed files with 539 additions and 16 deletions

View File

@@ -48,8 +48,8 @@ EOF
echo_header $BLUE " DATABASE SETUP"
PG_MAIN_VERSION=15
PG_GRAPHQL_VERSION=1.4.2
CARGO_PGRX_VERSION=0.10.2
PG_GRAPHQL_VERSION=1.5.1
CARGO_PGRX_VERSION=0.11.2
current_directory=$(pwd)
script_directory="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"