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

This reverts merge request !682
This commit is contained in:
lambda 2019-01-31 12:16:23 +00:00
commit a43a1c6d4e
5 changed files with 0 additions and 1239 deletions

View file

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