mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 05:48:42 +00:00
Remove Logger from ConfigDB
This commit is contained in:
parent
c11c35cf8f
commit
febf9d2684
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
defmodule Pleroma.Repo.Migrations.DeprecateConfigDBLogger do
|
||||||
|
use Ecto.Migration
|
||||||
|
|
||||||
|
def change do
|
||||||
|
execute("DELETE FROM config WHERE config.group = ':logger'")
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue