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