Migrations: Fix migration module name

This commit is contained in:
lain 2020-06-03 14:27:54 +02:00
parent 7f5c5b11a5
commit 1e9efcf7c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
defmodule Pleroma.Repo.Migrations.BackfillChatMessageReferences do
defmodule Pleroma.Repo.Migrations.AddUniqueIndexToChatMessageReferences do
use Ecto.Migration
def change do