Selaa lähdekoodia

Migration: Remove superfluous imports

1570-levenshtein-distance-user-search
lain 4 vuotta sitten
vanhempi
commit
8edead7c1d
1 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  1. +0
    -7
      priv/repo/migrations/20200603105113_add_unique_index_to_chat_message_references.exs

+ 0
- 7
priv/repo/migrations/20200603105113_add_unique_index_to_chat_message_references.exs Näytä tiedosto

@@ -1,13 +1,6 @@
defmodule Pleroma.Repo.Migrations.BackfillChatMessageReferences do
use Ecto.Migration

alias Pleroma.Chat
alias Pleroma.ChatMessageReference
alias Pleroma.Object
alias Pleroma.Repo

import Ecto.Query

def change do
create(unique_index(:chat_message_references, [:object_id, :chat_id]))
end


Loading…
Peruuta
Tallenna