Pārlūkot izejas kodu

Migration: Remove superfluous imports

1570-levenshtein-distance-user-search
lain pirms 4 gadiem
vecāks
revīzija
8edead7c1d
1 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  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 Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt