π | Content Modification Log | Automated Drupal 11 compatibility fixes for content_modification_log
πΊπΈUnited States Grentastic
πΊπΈUnited States Grentastic
πΊπΈUnited States Grentastic
Thank you! Your suggestion served as a workaround for when the node's Revision Log Message field was empty, but it didn't address the error for missing database column.
During early development, the "Revision Log Message" field was added using a hook_update
function. That handled adding the field during module updates, but I forgot to add it to the initial hook_schema
function for new installs.
This is fixed in the latest version.