mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -1,4 +1,4 @@
|
||||
defmodule Domain.Repo.Migrations.IndexFlowsOnExpiresAt do
|
||||
defmodule Domain.Repo.Migrations.ReindexFlowsOnExpiresAt do
|
||||
use Ecto.Migration
|
||||
|
||||
@disable_ddl_transaction true
|
||||
|
||||
Reference in New Issue
Block a user