Skip transaction to generate the index concurrently
This commit is contained in:
parent
003d3312fd
commit
ee15939d33
|
@ -4,6 +4,7 @@
|
|||
|
||||
defmodule Pleroma.Repo.Migrations.AddQuoteUrlIndexToObjects do
|
||||
use Ecto.Migration
|
||||
@disable_ddl_transaction true
|
||||
|
||||
def change do
|
||||
create_if_not_exists(
|
||||
|
|
Loading…
Reference in New Issue