Merge branch 'remove/workerhelper' into 'develop'
Remove WorkerHelper See merge request pleroma/pleroma!4166
This commit is contained in:
commit
a2490ddd9f
43 changed files with 208 additions and 228 deletions
|
|
@ -0,0 +1,7 @@
|
|||
defmodule Pleroma.Repo.Migrations.DeprecateConfigDBWorkers do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
execute("DELETE FROM config WHERE config.group = ':workers'")
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue