authelia/internal/storage/migrations/mysql
James Elliott 60cae6754d
fix(storage): mysql migrate failure webauthn (#6866)
This fixes an issue with MySQL / MariaDB which fails to upgrade the v12 schema version when webauthn_devices has entries.

Fixes #6859
2024-03-15 11:37:39 +11:00
..
V0001.Initial_Schema.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0001.Initial_Schema.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0002.WebAuthn.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0002.WebAuthn.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0003.WebAuthnKIDLength.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0003.WebAuthnKIDLength.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0004.OpenIDConnect.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0004.OpenIDConnect.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0005.ConsentSubjectNULL.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0005.ConsentSubjectNULL.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0006.ConsentPreConfiguration.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0006.ConsentPreConfiguration.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0007.ConsistencyFixes.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0007.ConsistencyFixes.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0008.OpenIDConnectPAR.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0008.OpenIDConnectPAR.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0009.FixConstraints.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0009.FixConstraints.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0010.FixConsentIDNotNull.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0010.FixConsentIDNotNull.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0011.JWTProfileAccessToken.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0011.JWTProfileAccessToken.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0012.WebAuthnMultiCookieDomain.down.sql refactor: misc fixes 2024-03-04 20:29:11 +11:00
V0012.WebAuthnMultiCookieDomain.up.sql fix(storage): mysql migrate failure webauthn (#6866) 2024-03-15 11:37:39 +11:00
V0013.OneTimeCode.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0013.OneTimeCode.up.sql refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
V0014.RevokeResetPasswordJWT.down.sql refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
V0014.RevokeResetPasswordJWT.up.sql refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
V0015.TOTPEnhance.down.sql build(deps): use go.uber.org/mock 2024-03-04 20:29:12 +11:00
V0015.TOTPEnhance.up.sql refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00