Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created August 10, 2017 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbotelhos/150b94d262a90e4075699d95402efa9f to your computer and use it in GitHub Desktop.
Save wbotelhos/150b94d262a90e4075699d95402efa9f to your computer and use it in GitHub Desktop.
Postgre - Reset Sequence
ALTER SEQUENCE role_permissions_id_seq RESTART WITH 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment