Oops, haha, this could've been amusing.

This commit is contained in:
Par Winzell
2007-10-11 18:31:49 +00:00
parent 5bcfedf044
commit 85dbdecc0a
@@ -90,7 +90,7 @@ public class TableValueGenerator extends ValueGenerator
if (_migrateIfExists) { if (_migrateIfExists) {
Integer max = getFieldMaximum(conn, liaison); Integer max = getFieldMaximum(conn, liaison);
if (max != null) { if (max != null) {
initialValue = max.intValue(); initialValue = 1 + max.intValue();
} }
} }