From 3790ad822742b4cc77124d7084a26424183cfef2 Mon Sep 17 00:00:00 2001 From: Patrick Lee Scott Date: Mon, 13 Dec 2021 11:26:53 -0600 Subject: [PATCH] chore: update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9fe6cc0..224c005 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Auth Example's Hasura instance, configs, migrations, and job to run migrations. +This particular example relies on SchemaHero to manage the "readmodel" database. However, if you'd like to use Hasura to manage this DB's migrations, simply uncomment the following lines: + +https://github.com/CloudNativeEntrepreneur/example-hasura/blob/master/Dockerfile#L7 +https://github.com/CloudNativeEntrepreneur/example-hasura/blob/master/apply-migrations.sh#L6 + ## Environment Variabls ### `HASURA_GRAPHQL_ENDPOINT`