mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
2c7a4e3a16
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3615 GitOrigin-RevId: f51590d4cfc0412be9baa371353f9b9f3b908f84
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
type: bulk
|
|
args:
|
|
- type: pg_track_table
|
|
args:
|
|
table: automatic_comment_in_db
|
|
|
|
- type: pg_add_computed_field
|
|
args:
|
|
table: automatic_comment_in_db
|
|
name: upper_name
|
|
definition:
|
|
function: automatic_comment_in_db_upper_name
|
|
|
|
- type: pg_track_table
|
|
args:
|
|
table: automatic_no_comment_in_db
|
|
|
|
- type: pg_add_computed_field
|
|
args:
|
|
table: automatic_no_comment_in_db
|
|
name: upper_name
|
|
definition:
|
|
function: automatic_no_comment_in_db_upper_name
|
|
|
|
- type: pg_track_table
|
|
args:
|
|
table: explicit_comment_in_metadata
|
|
configuration:
|
|
comment: Such an explicit comment, wow
|
|
|
|
- type: pg_add_computed_field
|
|
args:
|
|
table: explicit_comment_in_metadata
|
|
name: upper_name
|
|
definition:
|
|
function: explicit_comment_in_metadata_upper_name
|
|
comment: Such an explicit function comment, wow
|
|
|
|
- type: pg_track_table
|
|
args:
|
|
table: explicit_no_comment_in_metadata
|
|
configuration:
|
|
comment: ""
|
|
|
|
- type: pg_add_computed_field
|
|
args:
|
|
table: explicit_no_comment_in_metadata
|
|
name: upper_name
|
|
definition:
|
|
function: explicit_no_comment_in_metadata_upper_name
|
|
comment: ""
|