forked from AkkomaGang/akkoma
Drop index for 'local', it confuses the query planner.
This commit is contained in:
parent
37e5014d3e
commit
b56bb88c02
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
defmodule Pleroma.Repo.Migrations.DropLocalIndexOnActivities do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
drop index(:users, [:local])
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue