mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
e48ccd7fab
https://github.com/hasura/graphql-engine-mono/pull/1879 GitOrigin-RevId: 78d3384cb21a36e8b8c85c17ae7578ce0b4230f8
27 lines
394 B
YAML
27 lines
394 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
create table hge_tests.test_t1(
|
|
c1 int,
|
|
c2 text
|
|
);
|
|
|
|
- type: track_table
|
|
args:
|
|
schema: hge_tests
|
|
name: test_t1
|
|
|
|
- type: create_select_permission
|
|
args:
|
|
table:
|
|
name: test_t1
|
|
schema: hge_tests
|
|
role: user
|
|
permission:
|
|
columns: '*'
|
|
filter:
|
|
c1: X-Hasura-Custom
|