mpoeschl 2004/01/16 18:31:48 Modified: src/generator/src/templates/sql/base/mysql table.vm Log: add missing ; Revision Changes Path 1.4 +1 -1 db-torque/src/generator/src/templates/sql/base/mysql/table.vm Index: table.vm =================================================================== RCS file: /home/cvs/db-torque/src/generator/src/templates/sql/base/mysql/table.vm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- table.vm 17 Jan 2004 01:53:28 -0000 1.3 +++ table.vm 17 Jan 2004 02:31:48 -0000 1.4 @@ -15,4 +15,4 @@ #if($strings.allEmpty([$unique,$index]) && $fk.length() >0)$strings.chop($fk,2)#else$fk#end #if($strings.allEmpty([$index]) && $unique.length()>0)$strings.chop($unique,2)#else$unique#end #if($index.length() > 0)$strings.chop($index,2)#end -) +); --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org