{
  "stmt": "-- Add priority_updated_at column to notes table\nALTER TABLE `notes` ADD `priority_updated_at` timestamp NULL;\n\n-- Add last_priority_viewed_at column to note_layouts table\nALTER TABLE `note_layouts` ADD `last_priority_viewed_at` timestamp NULL;\n"
}