function registration_update_7101 in Entity Registration 8
Same name and namespace in other branches
- 7.2 registration.install \registration_update_7101()
- 7 registration.install \registration_update_7101()
Remove entity_id_entity_type_user unique index from registration.
File
- ./
registration.install, line 468 - Schema and installation hooks for registration module.
Code
function registration_update_7101(&$sandbox) {
db_drop_index('registration', 'entity_id_entity_type_user');
}