Skip to content

Add restartSequence() method to the CommandInterface #1167

@olegbaturin

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions