Drop index for 'local', it confuses the query planner.

stable
lain 7 years ago
parent 37e5014d3e
commit b56bb88c02

@ -0,0 +1,7 @@
defmodule Pleroma.Repo.Migrations.DropLocalIndexOnActivities do
use Ecto.Migration
def change do
drop index(:users, [:local])
end
end
Loading…
Cancel
Save