diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2023-02-19 22:02:38 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2023-02-19 22:02:38 +0100 |
commit | 78d1105bffee7ece8a2b972d3cb58a6e41d86828 (patch) | |
tree | c913aac814a06ee6e22ff6e1ac092969911c8358 /priv/repo | |
parent | 92592c25c219f44ab6454762f5a5a97e800f5b1d (diff) | |
download | pleroma-78d1105bffee7ece8a2b972d3cb58a6e41d86828.tar.gz pleroma-78d1105bffee7ece8a2b972d3cb58a6e41d86828.zip |
Fix down migration
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'priv/repo')
-rw-r--r-- | priv/repo/migrations/20220319000000_add_status_to_notifications_enum.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/priv/repo/migrations/20220319000000_add_status_to_notifications_enum.exs b/priv/repo/migrations/20220319000000_add_status_to_notifications_enum.exs index 62c0afb63..c3bc85894 100644 --- a/priv/repo/migrations/20220319000000_add_status_to_notifications_enum.exs +++ b/priv/repo/migrations/20220319000000_add_status_to_notifications_enum.exs @@ -36,7 +36,8 @@ defmodule Pleroma.Repo.Migrations.AddStatusToNotificationsEnum do 'reblog', 'favourite', 'pleroma:report', - 'poll + 'poll', + 'update' ) """ |> execute() |