- Add 0007 migration to ALTER TABLE adding checksum column - Make migration runner INSERT conditional: if checksum col exists, use it; otherwise omit - Handles existing databases (no checksum col) and fresh installs (has checksum col) correctly