def downgrade():
    with op.batch_alter_table('audio_reports') as batch_op:
        batch_op.drop_constraint('audio_reports_pkey')
        batch_op.create_primary_key('audio_snapshots_pkey', columns=['id'])