Changed "mgt" attribute in "ppc" table to "parent"

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@56 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2007-11-19 16:06:54 +00:00
parent 28b2da2295
commit f36053563d

View File

@ -10,7 +10,7 @@ package xCAT::Schema;
keys => [qw(hcp)],
},
ppc => {
cols => [qw(node hcp id profile mgt comments disable)],
cols => [qw(node hcp id profile parent comments disable)],
keys => [qw(node)],
},
ppcDirect => {