From 84c4ee0e0f7b61cfe7f93254792601138837e70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 10 Sep 2022 20:20:08 +0100 Subject: [PATCH] ffs --- akkoma/akkoma.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/akkoma/akkoma.patch b/akkoma/akkoma.patch index 4cfb7d7..b612594 100644 --- a/akkoma/akkoma.patch +++ b/akkoma/akkoma.patch @@ -1,6 +1,6 @@ diff --git a/lib/mix/migrator.ex b/lib/mix/migrator.ex new file mode 100644 -index 000000000..15a6ccf7c +index 000000000..82a75a47b --- /dev/null +++ b/lib/mix/migrator.ex @@ -0,0 +1,114 @@ @@ -111,10 +111,10 @@ index 000000000..15a6ccf7c + rescue + Ecto.ConstraintError -> + shell_info("Object already in database, skipping") -+ {nil, nil} ++ {:error, nil} + FunctionClauseError -> + shell_info("Unknown error occurred, skipping") -+ {nil, nil} ++ {:error, nil} + end + end +end