20230703215000_add_accepts_chat_messages_index_to_users.exs (172B)
- defmodule Pleroma.Repo.Migrations.AddAcceptsChatMessagesIndexToUsers do
- use Ecto.Migration
- def change do
- create(index(:users, [:accepts_chat_messages]))
- end
- end
git clone https://anongit.hacktivis.me/git/pleroma.git/20230703215000_add_accepts_chat_messages_index_to_users.exs (172B)
- defmodule Pleroma.Repo.Migrations.AddAcceptsChatMessagesIndexToUsers do
- use Ecto.Migration
- def change do
- create(index(:users, [:accepts_chat_messages]))
- end
- end