You are here

function workspace_update_8106 in Workspace 8

Update workspace pointer name field again.

File

./workspace.install, line 168
Install, update and uninstall functions for the workspace module.

Code

function workspace_update_8106() {
  workspace_update_field_storage_definitions('workspace_pointer', [
    'name',
  ], [
    'workspace_pointer',
    'workspace_pointer_revision',
  ]);
}