Add option to modify HTTP pool size
[akkoma] / priv / repo / migrations / 20200526144426_add_apps_indexes.exs
1 defmodule Pleroma.Repo.Migrations.AddAppsIndexes do
2 use Ecto.Migration
3
4 def change do
5 create(index(:apps, [:client_id, :client_secret]))
6 end
7 end