70f2c9fe66b743e90f95505329cf0a13942713cb
[akkoma] / migrations / 20180327174350_drop_local_index_on_activities.exs
1 defmodule Pleroma.Repo.Migrations.DropLocalIndexOnActivities do
2 use Ecto.Migration
3
4 def change do
5 drop index(:users, [:local])
6 end
7 end