logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 95e908e4e2273a4b07218e45b46ecbeaa0f08e1c
parent 16bdc2bcd0600ae4c1fcb55eaa84824af01ee61e
Author: Mark Felder <feld@FreeBSD.org>
Date:   Thu,  3 Dec 2020 09:58:24 -0600

Credo

Diffstat:

Mlib/mix/tasks/pleroma/config.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex @@ -379,7 +379,7 @@ defmodule Mix.Tasks.Pleroma.Config do end) end - defp truncatedb() do + defp truncatedb do Ecto.Adapters.SQL.query!(Repo, "TRUNCATE config;") Ecto.Adapters.SQL.query!(Repo, "ALTER SEQUENCE config_id_seq RESTART;") end