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
This commit is contained in:
lissav 2010-08-31 12:24:22 +00:00
parent c43caae9e3
commit 2487d58bd7

View File

@ -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.',