fix(ci): use correct index module name (#10383)

This gets redefined twice which could lead to indexes failing to run
properly.
This commit is contained in:
Jamil
2025-09-19 01:17:49 -04:00
committed by GitHub
parent 378586b057
commit 5f4d2c14ea

View File

@@ -1,4 +1,4 @@
defmodule Domain.Repo.Migrations.IndexFlowsOnExpiresAt do
defmodule Domain.Repo.Migrations.ReindexFlowsOnExpiresAt do
use Ecto.Migration
@disable_ddl_transaction true