Merge branch 'spc-fix-3' into 'develop'

Spc fix 3

See merge request pleroma/pleroma!682
This commit is contained in:
kaniini 2019-01-31 11:29:29 +00:00
commit 4d3655c479
5 changed files with 1239 additions and 0 deletions

View file

@ -0,0 +1,10 @@
defmodule Pleroma.Repo.Migrations.FixSPCUsers do
use Ecto.Migration
def up do
Pleroma.SpcFixes.upgrade_users()
end
def down do
end
end