Implement column node and its features for foreign table. #640, #6373, #6674

This commit is contained in:
Yogesh Mahajan
2023-09-26 15:03:03 +05:30
committed by GitHub
parent 5736e173ea
commit 3cd547f879
57 changed files with 2037 additions and 159 deletions

View File

@@ -480,6 +480,7 @@ module.exports = [{
'pure|pgadmin.node.user_mapping',
'pure|pgadmin.node.schema',
'pure|pgadmin.node.catalog',
'pure|pgadmin.node.foreign_table_column',
'pure|pgadmin.node.catalog_object',
'pure|pgadmin.node.collation',
'pure|pgadmin.node.domain',