def downgrade(): ### commands auto generated by Alembic - please adjust! ### op.drop_index('ix_comments_timestamp', 'comments') op.drop_table('comments') ### end Alembic commands ###