{
    "1": {
        "method": "update",
        "params": [
            "core_members",
            {
                "pp_photo_type": "custom"
            },
            "pp_photo_type='url' and pp_main_photo!='' and pp_main_photo is not null"
        ]
    },
    "2": {
        "method": "update",
        "params": [
            "core_members",
            {
                "pp_photo_type": "none"
            },
            "pp_photo_type='url'"
        ]
    }
}