Skip to content

Sequence Increaser #183

@martindsouza

Description

@martindsouza

Sometimes we need to increase a sequence number. Options include:

  • dropping and recreating sequence with new start with value
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions