Fix conflict
This commit is contained in:
commit
b1b1a270e8
35 changed files with 668 additions and 89 deletions
|
|
@ -0,0 +1,7 @@
|
|||
defmodule Pleroma.Repo.Migrations.AddObjectInReplyToIndex do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
create index(:objects, ["(data->>'inReplyTo')"], name: :objects_in_reply_to_index)
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue