Increase the max sequence
This commit is contained in:
parent
c06d95ce03
commit
5226a75872
|
@ -954,7 +954,7 @@ public class MSequence extends X_AD_Sequence
|
||||||
next_id = 1000000;
|
next_id = 1000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(CConnection.get().getDatabase().createSequence(TableName+"_SEQ", 1, 0 , 9999999, next_id))
|
if(CConnection.get().getDatabase().createSequence(TableName+"_SEQ", 1, 0 , 99999999, next_id))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue