You are here

function workflow_update_8001 in Workflow 8

Update from version beta1 to beta2 are not possible. Please re-install this module.

File

./workflow.install, line 100
Install, update and uninstall functions for the workflow module.

Code

function workflow_update_8001(&$sandbox) {
  \Drupal::messenger()
    ->addStatus("Update from version beta1 to beta2 is not possible. Please re-install this module.");
}