Guest User

Untitled

a guest
Nov 24th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. vrsmn% heroku rake db:migrate
  2. (in /app)
  3. Error while setting omniauth providers: #<ActiveRecord::StatementInvalid: PGError: ERROR: relation "oauth_providers" does not exist
  4. : SELECT "oauth_providers".* FROM "oauth_providers">
  5. rake aborted!
  6. PGError: ERROR: relation "configurations" does not exist
  7. : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
  8. FROM pg_attribute a LEFT JOIN pg_attrdef d
  9. ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  10. WHERE a.attrelid = '"configurations"'::regclass
  11. AND a.attnum > 0 AND NOT a.attisdropped
  12. ORDER BY a.attnum
  13.  
  14. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment