def downgrade():
    with op.batch_alter_table('audio_reports') as batch_op:
        batch_op.drop_constraint('audio_reports_report_id_fkey')

    with op.batch_alter_table('location_reports') as batch_op: