Skip to content

Instantly share code, notes, and snippets.

@pjmorse
Created December 10, 2014 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjmorse/93caa07b8ef552fcdcd0 to your computer and use it in GitHub Desktop.
Save pjmorse/93caa07b8ef552fcdcd0 to your computer and use it in GitHub Desktop.
ActiveRecord::StatementInvalid: PG::Error: ERROR: current transaction is aborted, commands ignored until end of transaction block
: CREATE TABLE "feedback_questions" ("id" serial primary key, "survey_id" integer, "question_text" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment