We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ddba9d + ddf1aaa commit b3b2f73Copy full SHA for b3b2f73
diracx-db/src/diracx/db/sql/auth/schema.py
@@ -55,7 +55,7 @@ class AuthorizationFlows(Base):
55
uuid = Column("UUID", Uuid(as_uuid=False), primary_key=True)
56
status = EnumColumn("Status", FlowStatus, server_default=FlowStatus.PENDING.name)
57
client_id = Column("ClientID", String(255))
58
- creation_time = DateNowColumn("CretionTime")
+ creation_time = DateNowColumn("CreationTime")
59
scope = Column("Scope", String(1024))
60
code_challenge = Column("CodeChallenge", String(255))
61
code_challenge_method = Column("CodeChallengeMethod", String(8))
0 commit comments