Fix migration module name

This commit is contained in:
Claudio Ortolina
2025-01-23 11:18:37 +00:00
parent 1f973bcd1d
commit e1d688b2db
@@ -1,4 +1,4 @@
defmodule MusicLibrary.Repo.Migrations.AddErrorTracker do
defmodule MusicLibrary.ErrorRepo.Migrations.AddErrorTracker do
use Ecto.Migration
def up, do: ErrorTracker.Migration.up(version: 4)