5cb6a0473eab49b181eee777414057024f51c0b6
[akkoma] / 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