Fixing up deletes a bit (#327)
[akkoma] / priv / repo / migrations / 20221129110727_add_report_notes_activity_id_index.exs
1 defmodule Pleroma.Repo.Migrations.AddReportNotesActivityIdIndex do
2 use Ecto.Migration
3
4 def change do
5 create(index(:report_notes, [:activity_id]))
6 end
7 end