Procházet zdrojové kódy

Migration: Remove superfluous imports

1570-levenshtein-distance-user-search
lain před 4 roky
rodič
revize
8edead7c1d
1 změnil soubory, kde provedl 0 přidání a 7 odebrání
  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 Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit