You are here

function views_system_update_7401 in Views System 7.4

Add columns 'pathname' and 'operations' to database table 'views_system'.

File

./views_system.install, line 270
Install, update and uninstall functions for the views_system module.

Code

function views_system_update_7401() {
  views_system_rebuild_schema();
}