Browse Source

Migrations: Fix migration module name

1570-levenshtein-distance-user-search
lain 4 years ago
parent
commit
1e9efcf7c3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      priv/repo/migrations/20200603105113_add_unique_index_to_chat_message_references.exs

+ 1
- 1
priv/repo/migrations/20200603105113_add_unique_index_to_chat_message_references.exs View File

@@ -1,4 +1,4 @@
defmodule Pleroma.Repo.Migrations.BackfillChatMessageReferences do
defmodule Pleroma.Repo.Migrations.AddUniqueIndexToChatMessageReferences do
use Ecto.Migration

def change do


Loading…
Cancel
Save