Execute migration commands as the pleroma user and add a note about the need to uncom...
[akkoma] / priv / repo / migrations / 20190603115238_add_index_on_activities_local.exs
1 defmodule Pleroma.Repo.Migrations.AddIndexOnActivitiesLocal do
2 use Ecto.Migration
3
4 def change do
5 create(index("activities", [:local]))
6 end
7 end