Oops, haha, this could've been amusing.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user