fix(auth): resolve DST-related login failure for refresh tokens (#2624)

This commit is contained in:
ACX
2026-02-05 20:16:27 -07:00
committed by GitHub
parent 9f9c762180
commit 555cd13f8a

View File

@@ -0,0 +1,3 @@
ALTER TABLE refresh_token
MODIFY COLUMN expiry_date DATETIME(6) NOT NULL,
MODIFY COLUMN revocation_date DATETIME(6) NULL;