Created
February 17, 2012 16:30
-
-
Save awd/1854238 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
2012-02-17T16:25:05+00:00 app[web.1]: ActiveRecord::StatementInvalid (PGError: SSL error: decryption failed or bad record mac | |
2012-02-17T16:25:05+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
2012-02-17T16:25:05+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d | |
2012-02-17T16:25:05+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
2012-02-17T16:25:05+00:00 app[web.1]: WHERE a.attrelid = '"delayed_jobs"'::regclass | |
2012-02-17T16:25:05+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped | |
2012-02-17T16:25:05+00:00 app[web.1]: ORDER BY a.attnum | |
2012-02-17T16:25:05+00:00 app[web.1]: ): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment