mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
1e45580e7c
GitOrigin-RevId: 0d0184bd910400ea3a48a650fc61391fa8fd5518
13 lines
198 B
YAML
13 lines
198 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: mssql_run_sql
|
|
args:
|
|
source: mssql
|
|
sql: |
|
|
create schema hge_tests
|
|
create table hge_tests.test_t1(
|
|
c1 int,
|
|
c2 text
|
|
);
|