Created
May 4, 2011 23:34
-
-
Save benmoss/956243 to your computer and use it in GitHub Desktop.
This file contains 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
---------- Loading database fixtures | |
rake aborted! | |
PGError: ERROR: duplicate key value violates unique constraint "sessions_pkey" | |
DETAIL: Key (id)=(1) already exists. | |
: INSERT INTO "sessions" ("name", "created_at", "updated_at", "end_year", "id", "legislature_id", "start_year") VALUES ('112th Congress', '2011-05-04 23:52:30', '2011-05-04 23:52:30', 2012, 1, 1, 2011) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment