2022-02-10 09:31:44 +03:00
|
|
|
type: bulk
|
|
|
|
args:
|
|
|
|
- type: pg_track_table
|
|
|
|
args:
|
|
|
|
table: automatic_comment_in_db
|
|
|
|
|
2022-02-16 02:16:34 +03:00
|
|
|
- type: pg_add_computed_field
|
|
|
|
args:
|
|
|
|
table: automatic_comment_in_db
|
|
|
|
name: upper_name
|
|
|
|
definition:
|
|
|
|
function: automatic_comment_in_db_upper_name
|
|
|
|
|
2022-02-10 09:31:44 +03:00
|
|
|
- type: pg_track_table
|
|
|
|
args:
|
|
|
|
table: automatic_no_comment_in_db
|
|
|
|
|
2022-02-16 02:16:34 +03:00
|
|
|
- type: pg_add_computed_field
|
|
|
|
args:
|
|
|
|
table: automatic_no_comment_in_db
|
|
|
|
name: upper_name
|
|
|
|
definition:
|
|
|
|
function: automatic_no_comment_in_db_upper_name
|
|
|
|
|
2022-02-10 09:31:44 +03:00
|
|
|
- type: pg_track_table
|
|
|
|
args:
|
|
|
|
table: explicit_comment_in_metadata
|
|
|
|
configuration:
|
|
|
|
comment: Such an explicit comment, wow
|
|
|
|
|
2022-02-16 02:16:34 +03:00
|
|
|
- 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
|
|
|
|
|
2022-02-10 09:31:44 +03:00
|
|
|
- type: pg_track_table
|
|
|
|
args:
|
|
|
|
table: explicit_no_comment_in_metadata
|
|
|
|
configuration:
|
|
|
|
comment: ""
|
2022-02-16 02:16:34 +03:00
|
|
|
|
|
|
|
- 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: ""
|