mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 03:17:51 +00:00
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
|
use Ecto.Migration
|
||||||
|
|
||||||
def change do
|
def change do
|
||||||
|
|
Loading…
Reference in a new issue