Allow filtering users with accepts_chat_messages capability
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
parent
8f9a139ba1
commit
2012e83e20
6 changed files with 35 additions and 2 deletions
|
|
@ -0,0 +1,7 @@
|
|||
defmodule Pleroma.Repo.Migrations.AddAcceptsChatMessagesIndexToUsers do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
create(index(:users, [:accepts_chat_messages]))
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue