forked from AkkomaGang/akkoma
Migrations: Fix migration module name
This commit is contained in:
parent
7f5c5b11a5
commit
1e9efcf7c3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
defmodule Pleroma.Repo.Migrations.BackfillChatMessageReferences do
|
||||
defmodule Pleroma.Repo.Migrations.AddUniqueIndexToChatMessageReferences do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
|
|
Loading…
Reference in a new issue