def downgrade():
    op.alter_column(
        'audio_reports', 'report_id', new_column_name='snapshot_id')

    op.alter_column(