{
  "stmt": "-- Add last_comment_author_id column to notes table\nALTER TABLE `notes` ADD COLUMN `last_comment_author_id` VARCHAR(36) NULL AFTER `last_comment_at`;"
}