소스 검색

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

tags/v0.9.9
lain 6 년 전
부모
커밋
b56bb88c02
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      priv/repo/migrations/20180327174350_drop_local_index_on_activities.exs

+ 7
- 0
priv/repo/migrations/20180327174350_drop_local_index_on_activities.exs 파일 보기

@@ -0,0 +1,7 @@
defmodule Pleroma.Repo.Migrations.DropLocalIndexOnActivities do
use Ecto.Migration

def change do
drop index(:users, [:local])
end
end

불러오는 중...
취소
저장