From c59b694f60ee15f107651b7726b127789009080b Mon Sep 17 00:00:00 2001 From: "Phuong D. Nguyen" Date: Thu, 5 Sep 2024 21:27:17 +0700 Subject: [PATCH] Update install schema command --- extensibility/authorizer/README.md | 2 +- extensibility/metrics-handler/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensibility/authorizer/README.md b/extensibility/authorizer/README.md index 80e6f1b..e9af819 100644 --- a/extensibility/authorizer/README.md +++ b/extensibility/authorizer/README.md @@ -6,7 +6,7 @@ The sample implementation of the authorizer interface `authorization.Authorizer` ### Steps to run this sample 1. Start up the dependencies by running the `make start-dependencies` command from within the main Temporal repository as described in the [contribution guide](https://github.com/temporalio/temporal/blob/master/CONTRIBUTING.md#run-temporal-server-locally). -2. Create the database schema by running `make install-schema`. +2. Create the database schema by running `make install-schema-cass-es`. 3. Start Temporal by running `go run authorizer/server/main.go`. diff --git a/extensibility/metrics-handler/README.md b/extensibility/metrics-handler/README.md index 000de00..0ff2e25 100644 --- a/extensibility/metrics-handler/README.md +++ b/extensibility/metrics-handler/README.md @@ -7,7 +7,7 @@ This sample shows how to inject a custom metrics handler. as described in the [contribution guide](https://github.com/temporalio/temporal/blob/master/CONTRIBUTING.md#runing-server-locally). -2. Create the database schema by running `make install-schema`. +2. Create the database schema by running `make install-schema-cass-es`. 3. Start Temporal by running `go run metrics-reporter/server/main.go`.