remove duplicate index at token table
This commit is contained in:
parent
dd16013816
commit
0d34aa7f99
@ -344,7 +344,6 @@ class RefreshToken(Base):
|
||||
token_hash: Mapped[str] = mapped_column(
|
||||
String(64),
|
||||
nullable=False,
|
||||
unique=True,
|
||||
comment="리프레시 토큰 SHA-256 해시값",
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user