Skip to content

Instantly share code, notes, and snippets.

@captproton
Created September 15, 2009 18:47
Show Gist options
  • Save captproton/187531 to your computer and use it in GitHub Desktop.
Save captproton/187531 to your computer and use it in GitHub Desktop.
Processing InvitationsController#new (for 69.181.126.252 at 2009-09-15 11:42:07) [GET]
ActiveRecord::StatementInvalid (PGError: ERROR: relation "invitations" does not exist
: SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = 'invitations'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment