From 072eb12d925b958d115ef7ea78bfd76753066780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 10 Sep 2022 20:33:44 +0100 Subject: [PATCH] i hate it here --- akkoma/akkoma.patch | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/akkoma/akkoma.patch b/akkoma/akkoma.patch index 66e4c9c..007dbec 100644 --- a/akkoma/akkoma.patch +++ b/akkoma/akkoma.patch @@ -1,9 +1,9 @@ diff --git a/lib/mix/migrator.ex b/lib/mix/migrator.ex new file mode 100644 -index 000000000..42c18943a +index 000000000..648b0166d --- /dev/null +++ b/lib/mix/migrator.ex -@@ -0,0 +1,114 @@ +@@ -0,0 +1,116 @@ +defmodule Mix.Pleroma.Migrator do + import Mix.Pleroma + alias Pleroma.Activity @@ -78,6 +78,8 @@ index 000000000..42c18943a + rescue + Ecto.ConstraintError -> + shell_info("Activity already in database, skipping") ++ FunctionClauseError -> ++ shell_info("Unknown error occurred, skipping") + end + end + end