[Schmitzm-commits] r2146 - trunk/schmitzm-db/src/main/java/de/schmitzm/postgres
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Sat Nov 24 12:00:46 CET 2012
Author: alfonx
Date: 2012-11-24 12:00:46 +0100 (Sat, 24 Nov 2012)
New Revision: 2146
Modified:
trunk/schmitzm-db/src/main/java/de/schmitzm/postgres/PGUtil.java
Log:
Eine falsch ge?\195?\164nderte Metode wieder hergestellt wegen wime-.failure
Modified: trunk/schmitzm-db/src/main/java/de/schmitzm/postgres/PGUtil.java
===================================================================
--- trunk/schmitzm-db/src/main/java/de/schmitzm/postgres/PGUtil.java 2012-11-23 23:44:14 UTC (rev 2145)
+++ trunk/schmitzm-db/src/main/java/de/schmitzm/postgres/PGUtil.java 2012-11-24 11:00:46 UTC (rev 2146)
@@ -588,7 +588,7 @@
* <code>true</code> if the columns are unique. A UNIQUE INDEX will be created.
*/
public static void addIndex(Connection c, final String tableName, final String columns, String idxPostfix,
- final boolean unique, final boolean pk) throws SQLException {
+ final boolean unique) throws SQLException {
addIndex(c, tableName, columns, idxPostfix, unique, null, null, false, null);
}
More information about the Schmitzm-commits
mailing list