From afaacb619feaa632adeea88e4983a7c9fa2f7957 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 13 Aug 2010 17:59:40 +0000 Subject: [PATCH] add comment and disable fields to performance table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7090 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 64107e2ea..b0c151ee1 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -815,7 +815,7 @@ nimimage => { }, }, performance => { - cols => [qw(timestamp node attrname attrvalue)], + cols => [qw(timestamp node attrname attrvalue comments disable)], keys => [qw(timestamp node attrname)], table_desc => 'Describes the system performance every interval unit of time.', descriptions => {