fixed error - was resetting used sequences if reapplied
This commit is contained in:
parent
32a19f9317
commit
2f90dd736a
|
@ -1,3 +1,3 @@
|
|||
UPDATE ad_sequence
|
||||
SET currentnextsys = 50000
|
||||
WHERE istableid = 'Y'
|
||||
WHERE istableid = 'Y' AND currentnextsys < 50000;
|
||||
|
|
Loading…
Reference in New Issue