add engine keyword

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7450 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-09-14 17:21:38 +00:00
parent 027bfe6b47
commit aba333aed3

View File

@ -40,6 +40,7 @@ package xCAT_schema::Sample;
types => {
jobid => 'INTEGER',
},
engine => 'InnoDB',
table_desc => 'Stores jobs.',
descriptions => {
jobid => 'The job id.',