Created
August 15, 2016 13:18
-
-
Save fmcgeough/0a30158a4c4f81d48496515b6e3cecc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mix ecto.drop | |
| Compiling 12 files (.ex) | |
| warning: unused alias FishLanded | |
| lib/fishing_spot/models/fish_landed.ex:3 | |
| == Compilation error on file lib/fishing_spot/repo.ex == | |
| ** (ArgumentError) missing :adapter configuration in config :fishing_spot, FishingSpot.Repo | |
| lib/ecto/repo/supervisor.ex:37: Ecto.Repo.Supervisor.parse_config/2 | |
| lib/fishing_spot/repo.ex:2: (module) | |
| (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment