graphql-engine/docker-compose/cockroach/init.sh
Gil Mizrahi 5aab7e5ce9 add cockroach to docker compose and tests-hspec
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5558
Co-authored-by: Daniel Harvey <4729125+danieljharvey@users.noreply.github.com>
GitOrigin-RevId: b7f242939e718d5bb4f22b11c093ae77d21cdcce
2022-08-25 17:18:40 +00:00

7 lines
117 B
Bash
Executable File

#!/bin/sh
set -e
cockroach sql --insecure --database "$COCKROACH_DATABASE" <<-EOSQL
create schema hasura;
EOSQL