Added dependency table

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@487 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-02-14 20:23:24 +00:00
parent 8717c5e5ad
commit ced7eaf3d6

View File

@ -10,6 +10,10 @@ package xCAT::Schema;
#certain SQL backends don't ascribe meaning to the data types anyway.
#New format, not sql statements, but info enough to describe xcat tables
%tabspec = (
deps => {
cols => [qw(node nodedep msdelay cmd comments disable)],
keys => [qw(node)],
},
ppchcp => {
cols => [qw(hcp username password comments disable)],
keys => [qw(hcp)],