You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/08/16 05:19:58 UTC

cvs commit: jakarta-turbine-torque/src/templates/sql/base/mysql primarykey.vm

dlr         01/08/15 20:19:58

  Modified:    src/templates/sql/base/mysql primarykey.vm
  Log:
  Built heavy indexing into column addition in XmlToAppData, so that it
  can be handled in the template generically.  No longer need this
  one-off for MySQL.
  
  Revision  Changes    Path
  1.2       +0 -2      jakarta-turbine-torque/src/templates/sql/base/mysql/primarykey.vm
  
  Index: primarykey.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/templates/sql/base/mysql/primarykey.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- primarykey.vm	2001/08/02 05:08:40	1.1
  +++ primarykey.vm	2001/08/16 03:19:58	1.2
  @@ -1,3 +1 @@
       PRIMARY KEY($table.printPrimaryKey()),
  -#set ($pk = $table.getPrimaryKey())#if ($pk.size() > 1)#foreach ($index in $table.getAdditionalIndicesForPrimaryKey())    INDEX($index),
  -#end#end
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org