From 28b19ed1ecb0380bee458448aa0c8cbbd1b8e529 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 12 Jan 2011 13:23:55 +0000 Subject: [PATCH] remove test attribute git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8630 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 427d06a13..84e37c4f2 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -962,7 +962,7 @@ auditlog => { }, prescripts => { - cols => [qw(node begin end test comments disable)], + cols => [qw(node begin end comments disable)], keys => [qw(node)], table_desc => 'The scripts that will be run at the beginning and the end of the nodeset(Linux), nimnodeset(AIX) or mkdsklsnode(AIX) command.', descriptions => {