authelia/internal/storage/migrations/V0003.WebauthnKIDLength.all.down.sql
James Elliott 204cef4d03
fix(storage): webauthn kid too short for some devices (#2957)
This fixes an issue that may cause the kid length of a webauthn device to exceed that length allowed by the database column.
2022-03-04 21:21:08 +11:00

2 lines
53 B
SQL

DROP TABLE IF EXISTS _bkp_UP_V0003_webauthn_devices;