You are here

function workspace_update_8107 in Workspace 8

Make sure replication_status is a integer field type.

File

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

Code

function workspace_update_8107() {
  workspace_update_field_storage_definitions('replication', [
    'replication_status',
    'name',
  ], [
    'replication',
  ]);
}