Guest User

Untitled

a guest
Apr 4th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. PG::UndefinedTable: ERROR: relation "authie_sessions" does not exist
  2.  
  3. default: &default
  4. adapter: postgresql
  5. encoding: utf8
  6. pool: 5
  7. username: postgres
  8. password: postgres
  9. database: staytus
  10. host: 127.0.0.1
  11.  
  12. production:
  13. <<: *default
  14.  
  15. development:
  16. <<: *default
  17.  
  18. test:
  19. <<: *default
  20. database: staytus_test
Add Comment
Please, Sign In to add comment