Merge branch 'tim/history-tables-dolt-schemas' of github.com:dolthub/dolt into tim/history-tables-dolt-schemas

This commit is contained in:
Tim Sehn
2025-06-25 10:06:52 -07:00

View File

@@ -132,8 +132,6 @@ func (dsdt *doltSchemasDiffTable) PrimaryKeySchema() sql.PrimaryKeySchema {
}
}
// DoltSchemasDiffPartitionItr iterates through commit history for schema diffs
type DoltSchemasDiffPartitionItr struct {
cmItr doltdb.CommitItr[*sql.Context]