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-28 10:49:13 +03:00
|
|
|
configuration:
|
|
|
|
custom_root_fields:
|
|
|
|
select: AutomaticNoCommentInDb
|
|
|
|
select_by_pk: AutomaticNoCommentInDbByPk
|
|
|
|
select_aggregate: AutomaticNoCommentInDbAgg
|
|
|
|
insert: InsertAutomaticNoCommentInDb
|
|
|
|
insert_one: InsertOneAutomaticNoCommentInDb
|
|
|
|
update: UpdateAutomaticNoCommentInDb
|
|
|
|
update_by_pk: UpdateByPkAutomaticNoCommentInDb
|
|
|
|
delete: DeleteAutomaticNoCommentInDb
|
|
|
|
delete_by_pk: DeleteByPkAutomaticNoCommentInDb
|
2022-02-10 09:31:44 +03:00
|
|
|
|
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-28 10:49:13 +03:00
|
|
|
custom_root_fields:
|
|
|
|
select:
|
|
|
|
name: ExplicitCommentInMetadata
|
|
|
|
comment: Explicit comment on select
|
|
|
|
select_by_pk:
|
|
|
|
name: ExplicitCommentInMetadataByPk
|
|
|
|
comment: Explicit comment on select_by_pk
|
|
|
|
select_aggregate:
|
|
|
|
name: ExplicitCommentInMetadataAgg
|
|
|
|
comment: Explicit comment on select_aggregate
|
|
|
|
insert:
|
|
|
|
name: InsertExplicitCommentInMetadata
|
|
|
|
comment: Explicit comment on insert
|
|
|
|
insert_one:
|
|
|
|
name: InsertOneExplicitCommentInMetadata
|
|
|
|
comment: Explicit comment on insert_one
|
|
|
|
update:
|
|
|
|
name: UpdateExplicitCommentInMetadata
|
|
|
|
comment: Explicit comment on update
|
|
|
|
update_by_pk:
|
|
|
|
name: UpdateByPkExplicitCommentInMetadata
|
|
|
|
comment: Explicit comment on update_by_pk
|
|
|
|
delete:
|
|
|
|
name: DeleteExplicitCommentInMetadata
|
|
|
|
comment: Explicit comment on delete
|
|
|
|
delete_by_pk:
|
|
|
|
name: DeleteByPkExplicitCommentInMetadata
|
|
|
|
comment: Explicit comment on delete_by_pk
|
2022-02-10 09:31:44 +03:00
|
|
|
|
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-28 10:49:13 +03:00
|
|
|
custom_root_fields:
|
|
|
|
select:
|
|
|
|
name: null
|
|
|
|
comment: ""
|
|
|
|
select_by_pk:
|
|
|
|
name: null
|
|
|
|
comment: ""
|
|
|
|
select_aggregate:
|
|
|
|
name: null
|
|
|
|
comment: ""
|
|
|
|
insert:
|
|
|
|
name: null
|
|
|
|
comment: ""
|
|
|
|
insert_one:
|
|
|
|
name: null
|
|
|
|
comment: ""
|
|
|
|
update:
|
|
|
|
name: null
|
|
|
|
comment: ""
|
|
|
|
update_by_pk:
|
|
|
|
name: null
|
|
|
|
comment: ""
|
|
|
|
delete:
|
|
|
|
name: null
|
|
|
|
comment: ""
|
|
|
|
delete_by_pk:
|
|
|
|
name: null
|
|
|
|
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: ""
|