function profile_update_8005 in Profile 8
Rerun uid entity key addition after incorrect entity type fixed.
File
- ./
profile.install, line 124 - Install, update and uninstall functions for the profile module.
Code
function profile_update_8005() {
// Rerun the previous update with correction.
profile_update_8004();
}