Increase the max sequence

This commit is contained in:
vpj-cd 2008-11-26 22:36:41 +00:00
parent c06d95ce03
commit 5226a75872
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ public class MSequence extends X_AD_Sequence
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 false;