diff options
author | lain <lain@soykaf.club> | 2020-06-03 14:27:54 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-03 14:27:54 +0200 |
commit | 1e9efcf7c3de2aa4d57d4292dfa5843761bff111 (patch) | |
tree | 1563a6f533fac9c3240d1f1d64763bfe2dc81c8d /priv/repo/migrations | |
parent | 7f5c5b11a5baeddec36ccc01b4954ac8aa9f8590 (diff) | |
download | pleroma-1e9efcf7c3de2aa4d57d4292dfa5843761bff111.tar.gz |
Migrations: Fix migration module name
Diffstat (limited to 'priv/repo/migrations')
-rw-r--r-- | priv/repo/migrations/20200603105113_add_unique_index_to_chat_message_references.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/repo/migrations/20200603105113_add_unique_index_to_chat_message_references.exs b/priv/repo/migrations/20200603105113_add_unique_index_to_chat_message_references.exs index 623ac6c85..fdf85132e 100644 --- a/priv/repo/migrations/20200603105113_add_unique_index_to_chat_message_references.exs +++ b/priv/repo/migrations/20200603105113_add_unique_index_to_chat_message_references.exs @@ -1,4 +1,4 @@ -defmodule Pleroma.Repo.Migrations.BackfillChatMessageReferences do +defmodule Pleroma.Repo.Migrations.AddUniqueIndexToChatMessageReferences do use Ecto.Migration def change do |