Show More
@@ -1061,7 +1061,7 b' class User(Base, BaseModel):' | |||
|
1061 | 1061 | class UserApiKeys(Base, BaseModel): |
|
1062 | 1062 | __tablename__ = 'user_api_keys' |
|
1063 | 1063 | __table_args__ = ( |
|
1064 |
Index('uak_api_key_idx', 'api_key' |
|
|
1064 | Index('uak_api_key_idx', 'api_key'), | |
|
1065 | 1065 | Index('uak_api_key_expires_idx', 'api_key', 'expires'), |
|
1066 | 1066 | base_table_args |
|
1067 | 1067 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now