dlr         01/08/16 10:40:22

  Modified:    src/templates/sql/base/mysql index.vm
  Log:
  Changed table.vm to chop extra text appropriately for pretty-printing
  of SQL schema.
  
  Revision  Changes    Path
  1.2       +1 -3      jakarta-turbine-torque/src/templates/sql/base/mysql/index.vm
  
  Index: index.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/templates/sql/base/mysql/index.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- index.vm  2001/08/02 05:08:40     1.1
  +++ index.vm  2001/08/16 17:40:22     1.2
  @@ -1,5 +1,3 @@
  -#set ( $comma = "" )
   #foreach ($index in $table.Indices)
  -    ${comma}INDEX $index.IndexName ($index.IndexColumnList)
  -    #set ($comma = ",")
  +    INDEX $index.IndexName ($index.IndexColumnList),
   #end
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to