Remove :workers config from ConfigDB
This commit is contained in:
parent
52e9bec156
commit
1d3a92be11
2 changed files with 7 additions and 17 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