diff --git a/go/libraries/doltcore/sqle/index/dolt_index.go b/go/libraries/doltcore/sqle/index/dolt_index.go index 172e8b5008..2d7038c5f8 100644 --- a/go/libraries/doltcore/sqle/index/dolt_index.go +++ b/go/libraries/doltcore/sqle/index/dolt_index.go @@ -330,6 +330,7 @@ func DoltHistoryIndexesFromTable(ctx context.Context, db, tbl string, t *doltdb. // weren't asked for (because the index needed may not exist at all revisions) di.order = sql.IndexOrderNone di.constrainedToLookupExpression = false + di.unique = false unorderedIndexes[i] = di }