Move db_pull task under prod namespace

This commit is contained in:
Claudio Ortolina
2024-10-15 17:06:25 +01:00
parent c55b94c347
commit d3b0057dea
@@ -1,4 +1,4 @@
defmodule Mix.Tasks.MusicLibrary.DbPull do
defmodule Mix.Tasks.MusicLibrary.Prod.DbPull do
use Mix.Task
@shortdoc "Pulls the latest database from the production server"
@moduledoc """