From 2487d58bd7a5523f597bafcb3be333b53ec3f090 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 31 Aug 2010 12:24:22 +0000 Subject: [PATCH] remove type = TEXT from firmware table, it is the default and is incompatible with DB2 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7319 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 25f406a92..d491c68de 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -79,7 +79,7 @@ kvm_nodedata => { required => [qw(node)], table_desc => 'Persistant store for KVM plugin, not intended for manual modification.', types => { - xml => 'VARCHAR(16000)', #I like text... + xml => 'VARCHAR(16000)', }, descriptions => { node => 'The node corresponding to the virtual machine', @@ -991,9 +991,6 @@ firmware => { cols => [qw(node cfgfile comments disable)], keys => [qw(node)], required => [qw(node)], - types => { - node => 'TEXT', - }, table_desc => 'Maps node to firmware values to be used for setup at node discovery or later', descriptions => { node => 'The node id.',