5cb21ddceb
- Check if checksum column exists before querying it - For old DBs (no checksum col): use COUNT(*) to check if migration applied - For new DBs (has checksum col): use checksum value - All migrations run in a single transaction