Skip to content

Commit 72ed99f

Browse files
authored
Merge pull request #753 from constructive-io/devin/1772245965-remove-hierarchy-created-at
fix: remove created_at from hierarchy_module export config
2 parents d0ba2da + 42b8a94 commit 72ed99f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pgpm/core/src/export/export-meta.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,7 @@ const config: Record<string, TableConfig> = {
671671
rebuild_hierarchy_function: 'text',
672672
get_subordinates_function: 'text',
673673
get_managers_function: 'text',
674-
is_manager_of_function: 'text',
675-
created_at: 'timestamptz'
674+
is_manager_of_function: 'text'
676675
}
677676
},
678677
membership_types_module: {

0 commit comments

Comments
 (0)