mark non-unique indices

This commit is contained in:
Elian
2025-06-25 17:26:25 -07:00
parent cadf01b6c1
commit 92dad9cc3c

View File

@@ -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
}