Migrations: Fix migration module name
authorlain <lain@soykaf.club>
Wed, 3 Jun 2020 12:27:54 +0000 (14:27 +0200)
committerlain <lain@soykaf.club>
Wed, 3 Jun 2020 12:27:54 +0000 (14:27 +0200)
priv/repo/migrations/20200603105113_add_unique_index_to_chat_message_references.exs

index 623ac6c8503e6bbc4a559a1efa6d3d9874fba3ed..fdf85132ed370be180886c300a1818891c06051a 100644 (file)
@@ -1,4 +1,4 @@
-defmodule Pleroma.Repo.Migrations.BackfillChatMessageReferences do
+defmodule Pleroma.Repo.Migrations.AddUniqueIndexToChatMessageReferences do
   use Ecto.Migration
 
   def change do