projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
normalise markup by default (#316)
[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