Created
April 16, 2010 17:13
-
-
Save prestontimmons/368687 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Correct sequence value in Postgres | |
select setval('videos_video_id_seq', (select max(id) + 1 from videos_video)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment