From ced7eaf3d623f250c57e0f1b79c4b2486dd0f366 Mon Sep 17 00:00:00 2001 From: sakolish Date: Thu, 14 Feb 2008 20:23:24 +0000 Subject: [PATCH] Added dependency table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@487 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Schema.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index 3b78908dd..9bed9c744 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -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)],