logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/

20230703215000_add_accepts_chat_messages_index_to_users.exs (172B)


  1. defmodule Pleroma.Repo.Migrations.AddAcceptsChatMessagesIndexToUsers do
  2. use Ecto.Migration
  3. def change do
  4. create(index(:users, [:accepts_chat_messages]))
  5. end
  6. end