Skip to content

Instantly share code, notes, and snippets.

@thetekst
Created March 31, 2022 14:46
Show Gist options
  • Save thetekst/b263dfbbb63a09963b0a165bb57b106f to your computer and use it in GitHub Desktop.
Save thetekst/b263dfbbb63a09963b0a165bb57b106f to your computer and use it in GitHub Desktop.
native mssql query. alter sequence with stub rollback
databaseChangeLog:
- changeSet:
id: 2022-03-31-14-30
author: tkachenko
changes:
- sql:
dbms: mssql
sql: ALTER SEQUENCE ROCK_SEQ RESTART WITH 1 MINVALUE 1
rollback:
- sql:
dbms: mssql
sql: SELECT 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment