Move ErrorTracker to its own repo and file

Note that the SQlite adapter supports version 2 onwards.
This commit is contained in:
Claudio Ortolina
2025-01-23 10:40:36 +00:00
parent 6d64153ea8
commit eeaaf8b542
7 changed files with 35 additions and 4 deletions
+5
View File
@@ -11,6 +11,11 @@ config :music_library, MusicLibrary.Repo,
pool_size: 32,
pool: Ecto.Adapters.SQL.Sandbox
config :music_library, MusicLibrary.ErrorRepo,
database: Path.expand("../data/music_library_errors_test.db", __DIR__),
pool_size: 32,
pool: Ecto.Adapters.SQL.Sandbox
# We don't run a server during test. If one is required,
# you can enable the server option below.
config :music_library, MusicLibraryWeb.Endpoint,