fix(storage): add indexes for auth.tokens (#5259)

* fix(storage): add indexes for `auth.tokens`

* refactor: naming
This commit is contained in:
Silvan
2023-02-21 15:46:47 +01:00
committed by GitHub
parent c5d0c109da
commit 94116fa04b
4 changed files with 34 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ type Steps struct {
s5LastFailed *LastFailed
s6OwnerRemoveColumns *OwnerRemoveColumns
s7LogstoreTables *LogstoreTables
s8AuthTokens *AuthTokenIndexes
}
type encryptionKeyConfig struct {