mirror of
https://github.com/langgenius/dify.git
synced 2026-03-30 10:30:16 +08:00
WIP: P2
This commit is contained in:
@ -41,7 +41,7 @@ class DefaultFieldsMixin:
|
||||
)
|
||||
|
||||
updated_at: Mapped[datetime] = mapped_column(
|
||||
__name_pos=DateTime,
|
||||
DateTime,
|
||||
nullable=False,
|
||||
default=naive_utc_now,
|
||||
server_default=func.current_timestamp(),
|
||||
|
||||
Reference in New Issue
Block a user