- Issue created by @revathi.b
- Status changed to Needs review
11 months ago 1:21pm 29 January 2024 - Status changed to Fixed
11 months ago 7:51pm 29 January 2024 - 🇺🇸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 initialhook_schema
function for new installs.This is fixed in the latest version.