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',
|
'poll',
|
||||||
'status',
|
'status',
|
||||||
'update',
|
'update',
|
||||||
'pleroma:participation_accepted'
|
'pleroma:participation_accepted',
|
||||||
'pleroma:participation_request'
|
'pleroma:participation_request',
|
||||||
'pleroma:event_reminder'
|
'pleroma:event_reminder',
|
||||||
'pleroma:event_update'
|
'pleroma:event_update',
|
||||||
'bite'
|
'bite'
|
||||||
)
|
)
|
||||||
"""
|
"""
|
||||||
|
@ -83,10 +83,10 @@ def down do
|
||||||
'poll',
|
'poll',
|
||||||
'status',
|
'status',
|
||||||
'update',
|
'update',
|
||||||
'pleroma:participation_accepted'
|
'pleroma:participation_accepted',
|
||||||
'pleroma:participation_request'
|
'pleroma:participation_request',
|
||||||
'pleroma:event_reminder'
|
'pleroma:event_reminder',
|
||||||
'pleroma:event_update'
|
'pleroma:event_update',
|
||||||
'bite'
|
'bite'
|
||||||
)
|
)
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue