Guest User

Untitled

a guest
Jun 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Error in db/seeds.cr:1: while requiring "../config/application.cr"
  2.  
  3. require "../config/application.cr"
  4. ^
  5.  
  6. in config/application.cr:1: while requiring "./initializers/**"
  7.  
  8. require "./initializers/**"
  9. ^
  10.  
  11. in config/initializers/database.cr:1: while requiring "granite/adapter/postgresql": can't find file 'granite/adapter/postgresql'
  12.  
  13. If you're trying to require a shard:
  14. - Did you remember to run `shards install`?
  15. - Did you make sure you're running the compiler in the same directory as your shard.yml?
  16.  
  17. require "granite/adapter/postgresql"
  18. ^
  19.  
  20. 11:45:00 Database | (INFO) Seeded database
Add Comment
Please, Sign In to add comment