Fix down migration

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-02-19 22:02:38 +01:00
parent 92592c25c2
commit 78d1105bff

View file

@ -36,7 +36,8 @@ defmodule Pleroma.Repo.Migrations.AddStatusToNotificationsEnum do
'reblog',
'favourite',
'pleroma:report',
'poll
'poll',
'update'
)
"""
|> execute()