mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
5aab7e5ce9
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
7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
cockroach sql --insecure --database "$COCKROACH_DATABASE" <<-EOSQL
|
|
create schema hasura;
|
|
EOSQL
|