mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 05:21:47 +03:00
22 lines
401 B
YAML
22 lines
401 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: pg_track_table
|
||
|
args:
|
||
|
table: automatic_comment_in_db
|
||
|
|
||
|
- type: pg_track_table
|
||
|
args:
|
||
|
table: automatic_no_comment_in_db
|
||
|
|
||
|
- type: pg_track_table
|
||
|
args:
|
||
|
table: explicit_comment_in_metadata
|
||
|
configuration:
|
||
|
comment: Such an explicit comment, wow
|
||
|
|
||
|
- type: pg_track_table
|
||
|
args:
|
||
|
table: explicit_no_comment_in_metadata
|
||
|
configuration:
|
||
|
comment: ""
|