def upgrade():
    with op.batch_alter_table('audio_reports') as batch_op:
        batch_op.drop_constraint(
            'audio_snapshots_snapshot_id_fkey')