logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

20240619141319_deprecate_config_db_logger.exs (174B)


  1. defmodule Pleroma.Repo.Migrations.DeprecateConfigDBLogger do
  2. use Ecto.Migration
  3. def change do
  4. execute("DELETE FROM config WHERE config.group = ':logger'")
  5. end
  6. end