Define MusicLibrary.Repo.vacuum/0

This commit is contained in:
Claudio Ortolina
2025-01-30 09:29:17 +00:00
parent 0d0350a514
commit cd4ad66098
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -32,4 +32,6 @@ defmodule MusicLibrary.Repo do
"#{name}.#{extension}"
])
end
def vacuum, do: query("VACUUM")
end