Skip to content

Commit

Permalink
Update hasura/graphql-engine Docker tag to v2.33.3
Browse files Browse the repository at this point in the history
Hasura metadata catalog changes required updating routesdb-dump.sql
  • Loading branch information
Perholehto committed Sep 11, 2023
1 parent 2a75622 commit 8857101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hasura/graphql-engine:v2.20.1-ce.cli-migrations-v3.ubuntu AS hasura-generic
FROM hasura/graphql-engine:v2.33.3-ce.cli-migrations-v3.ubuntu AS hasura-generic

# needed for enabling namespacing for logical databases. This env variable should be removed when this feature becomes stable
ENV HASURA_GRAPHQL_EXPERIMENTAL_FEATURES="naming_convention"
Expand Down
4 changes: 3 additions & 1 deletion migrations/routesdb-dump.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4174,7 +4174,9 @@ CREATE TABLE hdb_catalog.hdb_version (
version text NOT NULL,
upgraded_on timestamp with time zone NOT NULL,
cli_state jsonb DEFAULT '{}'::jsonb NOT NULL,
console_state jsonb DEFAULT '{}'::jsonb NOT NULL
console_state jsonb DEFAULT '{}'::jsonb NOT NULL,
ee_client_id text,
ee_client_secret text
);


Expand Down

0 comments on commit 8857101

Please sign in to comment.