Current File : /home/jvzmxxx/wiki/extensions/Flow/db_patches/patch-moderation_reason.sql
-- Patch to add the "moderated reason" field to revision table

ALTER TABLE /*_*/flow_revision ADD COLUMN rev_mod_reason varchar(255) binary;