Skip to content

Instantly share code, notes, and snippets.

@ichtrojan
Created September 15, 2020 23:17
Show Gist options
  • Save ichtrojan/bc4f805ebd55d3bd97572838c61175cd to your computer and use it in GitHub Desktop.
Save ichtrojan/bc4f805ebd55d3bd97572838c61175cd to your computer and use it in GitHub Desktop.
SELECT setval('users_id_seq', (SELECT MAX(id) from "users"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment