Adds an extra newline to index.vm to keep error from being thrown on windows. This comes at the price of an extra newline in generated SQL.
-- Bill Index: src/templates//sql/base/postgresql/index.vm =================================================================== RCS file: /home/cvspublic/jakarta-turbine-torque/src/templates/sql/base/postgresql/ind ex.vm,v retrieving revision 1.5 diff -u -r1.5 index.vm --- src/templates//sql/base/postgresql/index.vm 7 May 2002 02:28:18 -0000 1.5 +++ src/templates//sql/base/postgresql/index.vm 24 May 2002 19:16:39 -0000 @@ -2,3 +2,4 @@ CREATE#if($index.Unique) UNIQUE#end INDEX $index.Name ON $table.Name ($index.ColumnList); #end + -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
