mirror of
https://github.com/langgenius/dify.git
synced 2026-03-11 18:27:50 +08:00
Merge branch 'feat/end-user-oauth' into feat/end-user-add-dsl-field
This commit is contained in:
@ -122,7 +122,7 @@ class EndUserAuthenticationProvider(TypeBase):
|
||||
)
|
||||
|
||||
# id of the authentication provider
|
||||
id: Mapped[str] = mapped_column(StringUUID, primary_key=True, default=lambda: str(uuid4()), init=False)
|
||||
id: Mapped[str] = mapped_column(StringUUID, primary_key=True, default=lambda: str(uuidv7()), init=False)
|
||||
# id of the tenant
|
||||
tenant_id: Mapped[str] = mapped_column(StringUUID, nullable=False)
|
||||
# id of the end user
|
||||
|
||||
Reference in New Issue
Block a user