Update error_tracker to 0.6
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
defmodule MusicLibrary.ErrorRepo.Migrations.UpgradeErrorTrackerV5 do
|
||||
use Ecto.Migration
|
||||
|
||||
def up, do: ErrorTracker.Migration.up(version: 5)
|
||||
|
||||
def down, do: ErrorTracker.Migration.down(version: 4)
|
||||
end
|
||||
Reference in New Issue
Block a user