-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Milestone
Description
Sometimes we need to increase a sequence number. Options include:
- dropping and recreating sequence with new
start withvalue - looping over sequence until hit desired number
- altering sequence to modify the
increment by, selecting one value, then changing back to 1.
Need to think of all options and also factor in if it's an actively used sequence. In that case can't alter the increment by as someone may be selecting from it at the same time.
Reactions are currently unavailable