Oops, haha, this could've been amusing.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2235 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
zell
2007-10-11 18:31:49 +00:00
parent 0bfeae4553
commit b319fd25be
@@ -90,7 +90,7 @@ public class TableValueGenerator extends ValueGenerator
if (_migrateIfExists) {
Integer max = getFieldMaximum(conn, liaison);
if (max != null) {
initialValue = max.intValue();
initialValue = 1 + max.intValue();
}
}