diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index a6cdfb9bd..427d06a13 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -478,7 +478,7 @@ nodehm => { }, }, nodelist => { - cols => [qw(node groups status statustime appstatus appstatustime primarysn comments disable hidden)], + cols => [qw(node groups status statustime appstatus appstatustime primarysn hidden comments disable)], keys => [qw(node)], table_desc => "The list of all the nodes in the cluster, including each node's current status and what groups it is in.", descriptions => { @@ -962,7 +962,7 @@ auditlog => { }, prescripts => { - cols => [qw(node begin end comments disable)], + cols => [qw(node begin end test 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 => {