Skip to content

Instantly share code, notes, and snippets.

@awd
Created February 17, 2012 16:30
Show Gist options
  • Save awd/1854238 to your computer and use it in GitHub Desktop.
Save awd/1854238 to your computer and use it in GitHub Desktop.
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