Created
December 7, 2011 03:46
-
-
Save andredublin/1441363 to your computer and use it in GitHub Desktop.
activerecord rpsec pg error
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
Failure/Error: Unable to find matching line from backtrace | |
ActiveRecord::StatementInvalid: | |
PGError: ERROR: syntax error at or near "IDENTITY" | |
LINE 1: TRUNCATE TABLE RESTART IDENTITY CASCADE; | |
^ | |
: TRUNCATE TABLE RESTART IDENTITY CASCADE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run rake db:test:prepare to fix this hiccup