Fix down migration
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
92592c25c2
commit
78d1105bff
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ def down do
|
||||||
'reblog',
|
'reblog',
|
||||||
'favourite',
|
'favourite',
|
||||||
'pleroma:report',
|
'pleroma:report',
|
||||||
'poll
|
'poll',
|
||||||
|
'update'
|
||||||
)
|
)
|
||||||
"""
|
"""
|
||||||
|> execute()
|
|> execute()
|
||||||
|
|
Loading…
Reference in a new issue