Merge branch 'spc-fix-3' into 'develop'
Spc fix 3 See merge request pleroma/pleroma!682
This commit is contained in:
commit
4d3655c479
5 changed files with 1239 additions and 0 deletions
10
priv/repo/migrations/20190118183318_fix_spc_users.exs
Normal file
10
priv/repo/migrations/20190118183318_fix_spc_users.exs
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue