From ee15939d33adee28007a71f02172dcc5fc1f20c5 Mon Sep 17 00:00:00 2001 From: lain Date: Sat, 9 Dec 2023 05:54:02 +0000 Subject: Skip transaction to generate the index concurrently --- priv/repo/migrations/20220527134341_add_quote_url_index_to_objects.exs | 1 + 1 file changed, 1 insertion(+) (limited to 'priv/repo') diff --git a/priv/repo/migrations/20220527134341_add_quote_url_index_to_objects.exs b/priv/repo/migrations/20220527134341_add_quote_url_index_to_objects.exs index 01b14bda8..d77db34cd 100644 --- a/priv/repo/migrations/20220527134341_add_quote_url_index_to_objects.exs +++ b/priv/repo/migrations/20220527134341_add_quote_url_index_to_objects.exs @@ -4,6 +4,7 @@ defmodule Pleroma.Repo.Migrations.AddQuoteUrlIndexToObjects do use Ecto.Migration + @disable_ddl_transaction true def change do create_if_not_exists( -- cgit v1.2.3