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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user