Remove error tracker tables from main repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
defmodule MusicLibrary.Repo.Migrations.RemoveErrorTracker do
|
||||||
|
use Ecto.Migration
|
||||||
|
|
||||||
|
def change do
|
||||||
|
drop table(:error_tracker_meta)
|
||||||
|
drop table(:error_tracker_errors)
|
||||||
|
drop table(:error_tracker_occurrences)
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user