Get the following error when doing an update:
* user warning: Table 'drupal.actions_assignments' doesn't exist query: INSERT INTO actions_assignments (hook, op, aid, weight) VALUES ('workflow', 'workflow-1', '1', 0) in /home/httpd/vhosts/rapsli.ch/httpdocs/drupal/includes/database.mysql.inc on line 172.
* user warning: Table 'drupal.actions_assignments' doesn't exist query: SELECT hook, op, aid, weight FROM actions_assignments WHERE hook = 'workflow' in /home/httpd/vhosts/rapsli.ch/httpdocs/drupal/includes/database.mysql.inc on line 172.
The following queries were executed
workflow module
Update #5200
* No queries
Update #5201
* ALTER TABLE {workflow_node_history} ADD hid INT NOT NULL AUTO_INCREMENT PRIMARY KEY
Update #5202
* ALTER TABLE {workflow_states} ADD status TINYINT NOT NULL DEFAULT '1'
Update #5203
* No queries
Comments
Comment #1
jvandyk commentedThis is caused by not having the actions module installed. If the actions module is not installed, there is no place for the workflow module to move its actions to as part of the upgrade. I've revisited update 5200 and it will be a little smarter about doing this.