Skip to content

Instantly share code, notes, and snippets.

@ringoluo
Created January 21, 2015 08:25
Show Gist options
  • Save ringoluo/bb81855c496fdfb36a11 to your computer and use it in GitHub Desktop.
Save ringoluo/bb81855c496fdfb36a11 to your computer and use it in GitHub Desktop.
reset db2 primary generated by default as identity sequence
SELECT MAX(entitlement_source_id)+1 FROM entitlement_source
ALTER TABLE entitlement_source ALTER COLUMN entitlement_source_id RESTART WITH 83;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment