summaryrefslogtreecommitdiff
path: root/internal/storage/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/const.go')
-rw-r--r--internal/storage/const.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/storage/const.go b/internal/storage/const.go
index c00a957d7..907842b89 100644
--- a/internal/storage/const.go
+++ b/internal/storage/const.go
@@ -10,6 +10,7 @@ const (
tableIdentityVerification = "identity_verification"
tableOneTimeCode = "one_time_code"
tableTOTPConfigurations = "totp_configurations"
+ tableTOTPHistory = "totp_history"
tableUserOpaqueIdentifier = "user_opaque_identifier"
tableUserPreferences = "user_preferences"
tableWebAuthnCredentials = "webauthn_credentials" //nolint:gosec // This is a table name, not a credential.