Migrations: Fix migration module name
This commit is contained in:
parent
7f5c5b11a5
commit
1e9efcf7c3
|
@ -1,4 +1,4 @@
|
||||||
defmodule Pleroma.Repo.Migrations.BackfillChatMessageReferences do
|
defmodule Pleroma.Repo.Migrations.AddUniqueIndexToChatMessageReferences do
|
||||||
use Ecto.Migration
|
use Ecto.Migration
|
||||||
|
|
||||||
def change do
|
def change do
|
||||||
|
|
Loading…
Reference in New Issue