From f36053563da8c940bfaa492aeda9d761ed40f6a1 Mon Sep 17 00:00:00 2001 From: sakolish Date: Mon, 19 Nov 2007 16:06:54 +0000 Subject: [PATCH] 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 --- perl-xCAT-2.0/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index 0028a69f2..e2a38edd3 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -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 => {