add drop type to fully reverse migration

This commit is contained in:
Johann150 2021-11-11 10:43:15 +01:00
parent ab2c5c9aae
commit 37652e4053
No known key found for this signature in database
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 0 deletions

View File

@ -46,3 +46,4 @@ def upgrade():
def downgrade():
op.drop_table('misskey_instances')
op.drop_table('misskey_apps')
op.execute('DROP TYPE enum_protocol_misskey;')