83de18096da0a5ccf4cf42cdf4ceda808d8caf5c
[akkoma] / migrations / 20200804183107_add_unique_index_to_app_client_id.exs
1 defmodule Pleroma.Repo.Migrations.AddUniqueIndexToAppClientId do
2 use Ecto.Migration
3
4 def change do
5 create(unique_index(:apps, [:client_id]))
6 end
7 end