function bean_uuid_update_7203 in Bean (for Drupal 7) 7
Update removed vuuids with unique revision UUIDs.
File
- bean_uuid/
bean_uuid.install, line 75 - Bean UUID installation and schema hooks.
Code
function bean_uuid_update_7203() {
// Regenerate vuuid values.
uuid_sync_all();
}