From 5f4d2c14eae9a70226b530f655d223853d6cd10e Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 19 Sep 2025 01:17:49 -0400 Subject: [PATCH] fix(ci): use correct index module name (#10383) This gets redefined twice which could lead to indexes failing to run properly. --- .../20250725031509_reindex_flows_on_expires_at.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/apps/domain/priv/repo/manual_migrations/20250725031509_reindex_flows_on_expires_at.exs b/elixir/apps/domain/priv/repo/manual_migrations/20250725031509_reindex_flows_on_expires_at.exs index c4deb258d..0a0db43af 100644 --- a/elixir/apps/domain/priv/repo/manual_migrations/20250725031509_reindex_flows_on_expires_at.exs +++ b/elixir/apps/domain/priv/repo/manual_migrations/20250725031509_reindex_flows_on_expires_at.exs @@ -1,4 +1,4 @@ -defmodule Domain.Repo.Migrations.IndexFlowsOnExpiresAt do +defmodule Domain.Repo.Migrations.ReindexFlowsOnExpiresAt do use Ecto.Migration @disable_ddl_transaction true