The database schema check indicates that there is a field which is not expected:
> php admin/cli/check_database_schema.php
-------------------------------------------------------------------------------
tool_lifecycle_workflow
* column 'forum_discussion' is not expected (I)
-------------------------------------------------------------------------------
The field is only created during the update from version < 2026012002, but not during a fresh installation.
I suggest adding the field to the install.xml file. For all new installations after 2026012002, an update should create the field retrospectively.
The database schema check indicates that there is a field which is not expected:
The field is only created during the update from version < 2026012002, but not during a fresh installation.
I suggest adding the field to the install.xml file. For all new installations after 2026012002, an update should create the field retrospectively.