mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-10 10:30:57 -06:00
mark non-unique indices
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user