Remove unused bin/vacuum command

This commit is contained in:
Claudio Ortolina
2026-02-18 22:12:32 +00:00
parent 3079ebdd02
commit 082c0cc0b3
3 changed files with 0 additions and 12 deletions
-6
View File
@@ -13,12 +13,6 @@ defmodule MusicLibrary.Release do
end
end
def vacuum do
load_app()
Ecto.Migrator.with_repo(MusicLibrary.Repo, fn repo -> repo.vacuum() end)
end
def rollback(repo, version) do
load_app()
{:ok, _, _} = Ecto.Migrator.with_repo(repo, &Ecto.Migrator.run(&1, :down, to: version))