summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2023-12-09 05:54:02 +0000
committerlain <lain@soykaf.club>2023-12-09 05:54:02 +0000
commitee15939d33adee28007a71f02172dcc5fc1f20c5 (patch)
tree4beea5f954a4922c99995ffca056e40a08982629 /priv
parent003d3312fd3fe7759f4704b0a381fdd224357076 (diff)
Skip transaction to generate the index concurrently
Diffstat (limited to 'priv')
-rw-r--r--priv/repo/migrations/20220527134341_add_quote_url_index_to_objects.exs1
1 files changed, 1 insertions, 0 deletions
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(