Fix migration

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-16 11:42:09 +02:00
parent f01663fe6c
commit 0366bb284c

View file

@ -36,10 +36,10 @@ def up do
'poll',
'status',
'update',
'pleroma:participation_accepted'
'pleroma:participation_request'
'pleroma:event_reminder'
'pleroma:event_update'
'pleroma:participation_accepted',
'pleroma:participation_request',
'pleroma:event_reminder',
'pleroma:event_update',
'bite'
)
"""
@ -83,10 +83,10 @@ def down do
'poll',
'status',
'update',
'pleroma:participation_accepted'
'pleroma:participation_request'
'pleroma:event_reminder'
'pleroma:event_update'
'pleroma:participation_accepted',
'pleroma:participation_request',
'pleroma:event_reminder',
'pleroma:event_update',
'bite'
)
"""