From 4b7181dfee5940a347841a78efd98da0f1d91541 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 13 Feb 2013 12:03:45 +0000 Subject: [PATCH] add comments about not case git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15162 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/schema/samples/Sample.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/lib/xcat/schema/samples/Sample.pm b/xCAT-server/lib/xcat/schema/samples/Sample.pm index fd81f8fa8..cc65d220a 100644 --- a/xCAT-server/lib/xcat/schema/samples/Sample.pm +++ b/xCAT-server/lib/xcat/schema/samples/Sample.pm @@ -12,6 +12,8 @@ package xCAT_schema::Sample; # jobid, status, node, jobstatus are the sample column names. # Change them to your like. Please make sure all table names start with "x_". # Each table must have a 'disable' and comments column. +# Table names and attributes must be lower case, no case sensitivity is +# supported. # Please do not use SQL reserved words for your table names and column names. # Use this site to check the reserved words: # http://www.petefreitag.com/tools/sql_reserved_words_checker/