Connected Postgres DB Throws Domain not found error

Okay I was just missing

socket_options: [:inet6]

in my. runtime.exs. I wasn’t missing that but it just depended on an ENV variable.

Right now it seems that the migrations were not run so it says

** (Postgrex.Error) ERROR 42P01 (undefined_table) relation "entries" does not exist

I’ll try to figure that out.