Fix migration
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
f01663fe6c
commit
0366bb284c
1 changed files with 8 additions and 8 deletions
|
@ -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'
|
||||
)
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue