function views_update_6003 in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 6.3 views.install \views_update_6003()
- 6.2 views.install \views_update_6003()
File
- ./
views.install, line 314 - Contains install and update functions for Views.
Code
function views_update_6003() {
db_add_unique_key('views_view', 'name', array(
'name',
));
}