This commit is contained in:
2021-03-22 22:22:25 +00:00
parent 4b611820eb
commit a303be3e87
7 changed files with 35 additions and 6 deletions

View File

@@ -209,7 +209,7 @@ namespace AyaNova.Api.Controllers
//assuming there is some weird edge case where people want to move beyond that max value for some reason I'm settling on a sanity check of 3 billion 3,000,000,000
if (nextSeed == 0 || nextSeed > 3000000000)
return BadRequest(new ApiErrorResponse(ApiErrorCode.VALIDATION_INVALID_VALUE, "nextSeed", "> 0 or < 3,000,000,000"));
todo: help page and translation keys
string SequenceName = string.Empty;
//confirm this number is not in use and set correct sequence name to alter
switch (aType)