From a9d139b2437b54a40185d89abd8b1b44fde67ef2 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 10 Nov 2024 14:13:00 +0000 Subject: [PATCH] Rename Importer to Batch --- lib/music_library/records/{importer.ex => batch.ex} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lib/music_library/records/{importer.ex => batch.ex} (98%) diff --git a/lib/music_library/records/importer.ex b/lib/music_library/records/batch.ex similarity index 98% rename from lib/music_library/records/importer.ex rename to lib/music_library/records/batch.ex index 17039338..2f7e156f 100644 --- a/lib/music_library/records/importer.ex +++ b/lib/music_library/records/batch.ex @@ -1,4 +1,4 @@ -defmodule MusicLibrary.Records.Importer do +defmodule MusicLibrary.Records.Batch do require Logger import Ecto.Query, warn: false