remove duplicate index at token table

get_video
Dohyun Lim 2026-02-04 16:58:50 +09:00
parent dd16013816
commit 0d34aa7f99
1 changed files with 0 additions and 1 deletions

View File

@ -344,7 +344,6 @@ class RefreshToken(Base):
token_hash: Mapped[str] = mapped_column(
String(64),
nullable=False,
unique=True,
comment="리프레시 토큰 SHA-256 해시값",
)