Skip to content

Instantly share code, notes, and snippets.

@benmoss
Created May 4, 2011 23:34
Show Gist options
  • Save benmoss/956243 to your computer and use it in GitHub Desktop.
Save benmoss/956243 to your computer and use it in GitHub Desktop.
---------- 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