Skip to content

Instantly share code, notes, and snippets.

@pringlized
Created April 8, 2017 01:30
Show Gist options
  • Save pringlized/95fb43c56c4bfa328b7e7ad62904191c to your computer and use it in GitHub Desktop.
Save pringlized/95fb43c56c4bfa328b7e7ad62904191c to your computer and use it in GitHub Desktop.
Reset PostgreSQL sequence
ALTER SEQUENCE <tableName>_<id>_seq RESTART WITH 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment