diff options
Diffstat (limited to 'internal/storage/const.go')
| -rw-r--r-- | internal/storage/const.go | 1 |
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. |
