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:
parent
28b2da2295
commit
f36053563d
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user