projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'spc-fix-3' into 'develop'
[akkoma]
/
priv
/
repo
/
migrations
/
20190118183318_fix_spc_users.exs
1
defmodule Pleroma.Repo.Migrations.FixSPCUsers do
2
use Ecto.Migration
3
4
def up do
5
Pleroma.SpcFixes.upgrade_users()
6
end
7
8
def down do
9
end
10
end