1) Added partition module in webpack config.

2) Fixed missing logic of partition from primary_key.js and unique_constraint.js as this two files are newly created for webpack.
3) Changed the node name from 'check_constraint' to 'check_constraints'. Also changed the same in test case url.
This commit is contained in:
Akshay Joshi
2017-07-31 18:24:14 +05:30
parent bdefdf5d4e
commit a7f58e2b92
9 changed files with 59 additions and 30 deletions

View File

@@ -195,7 +195,8 @@ module.exports = {
',pgadmin.node.catalog_object_column' +
',pgadmin.node.view' +
',pgadmin.node.mview' +
',pgadmin.node.table',
',pgadmin.node.table' +
',pgadmin.node.partition',
},
}, {
test: require.resolve('./node_modules/acitree/js/jquery.aciTree.min'),