logo

pleroma

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

20240628160536_deprecate_config_db_workers.exs (176B)


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