jcieslar/blog_phoenix

ERROR (undefined_table): relation "posts" does not exist

Closed this issue · 2 comments

  • Install dependencies with mix deps.get
  • Create and update your database mix ecto.create && mix.ecto.migrate
  • Start Phoenix endpoint with mix phoenix.server

run localhost:4000
ERROR (undefined_table): relation "posts" does not exist

Lol
bad mix.ecto.migrate
good mix ecto.migrate

;]