Skip to content

Add restartSequence() method to the CommandInterface #1167

Description

@olegbaturin

Proposed new feature or change

Add method to restart sequence.

Sql statement example for postgresql:
ALTER SEQUENCE {$sequence} RESTART;

The sequence does not always start from 1, so the existing method resetSequence() cannot be used.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions