You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted, and quotes should only be used to introduce keywords with foreign characters in them
mix.exs:54
==> postgrex
Compiling 61 files (.ex)
warning: function slice/1 required by protocol Enumerable is not implemented (in module Enumerable.Postgrex.Stream)
lib/postgrex/stream.ex:22
== Compilation error in file lib/postgrex/extensions/timestamptz.ex ==
** (ArgumentError) invalid Unix time 9224318016000
(elixir) lib/calendar/datetime.ex:172: DateTime.from_unix!/3
lib/postgrex/extensions/timestamptz.ex:13: (module)
(stdlib) erl_eval.erl:680: :erl_eval.do_apply/6
could not compile dependency :postgrex, "mix compile" failed. You can recompile this dependency with "mix deps.compile postgrex", update it with "mix deps.update postgrex" or clean it with "mix deps.clean postgrex"
The text was updated successfully, but these errors were encountered:
After running mix ecto.create
I got error:
The text was updated successfully, but these errors were encountered: