From fb89daa079089ddf1729c2ba287e8ff8dc46c858 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Wed, 29 May 2024 12:31:27 -0700 Subject: [PATCH] Renamed migration --- ...exs => 20240529153838_add_indexes_for_large_collections.exs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename priv/repo/migrations/{20240529153838_add_indexes_for_testing.exs => 20240529153838_add_indexes_for_large_collections.exs} (85%) diff --git a/priv/repo/migrations/20240529153838_add_indexes_for_testing.exs b/priv/repo/migrations/20240529153838_add_indexes_for_large_collections.exs similarity index 85% rename from priv/repo/migrations/20240529153838_add_indexes_for_testing.exs rename to priv/repo/migrations/20240529153838_add_indexes_for_large_collections.exs index e96d20a..8c60aed 100644 --- a/priv/repo/migrations/20240529153838_add_indexes_for_testing.exs +++ b/priv/repo/migrations/20240529153838_add_indexes_for_large_collections.exs @@ -1,4 +1,4 @@ -defmodule Pinchflat.Repo.Migrations.AddIndexesForTesting do +defmodule Pinchflat.Repo.Migrations.AddIndexesForLargeCollections do use Ecto.Migration def change do