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

    op.alter_column(