Skip to content

Commit

Permalink
feat(ingester): save ingested document version (#198)
Browse files Browse the repository at this point in the history
* update

* update tables.yml

* fix: rename
  • Loading branch information
lionelB committed Nov 26, 2020
1 parent c4d11d5 commit 4897318
Show file tree
Hide file tree
Showing 6 changed files with 499 additions and 434 deletions.
2 changes: 1 addition & 1 deletion targets/hasura/Dockerfile
@@ -1,4 +1,4 @@
FROM hasura/graphql-engine:v1.3.2.cli-migrations-v2
FROM hasura/graphql-engine:v1.3.3.cli-migrations-v2
ENV HASURA_GRAPHQL_ENABLE_TELEMETRY false
COPY ./migrations /hasura-migrations
COPY ./metadata /hasura-metadata
1 change: 1 addition & 0 deletions targets/hasura/config.yaml
@@ -1,5 +1,6 @@
version: 2
endpoint: http://localhost:8080
enable_telemetry: false
metadata_directory: metadata
actions:
kind: synchronous
Expand Down

0 comments on commit 4897318

Please sign in to comment.