mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-08 18:58:47 -06:00
This changes so that all commit struct types have a meta field (which might be an empty struct). Increment the serialization version since the old data does not necessarily have the meta field. Fixes ##2112