mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-07 08:40:05 +00:00
removed not needed "assets.updated_at" column
This commit is contained in:
@@ -47,9 +47,6 @@ class Asset(Base):
|
||||
created_at: Mapped[datetime] = mapped_column(
|
||||
DateTime(timezone=False), nullable=False, default=utcnow
|
||||
)
|
||||
updated_at: Mapped[datetime] = mapped_column(
|
||||
DateTime(timezone=False), nullable=False, default=utcnow
|
||||
)
|
||||
|
||||
infos: Mapped[list["AssetInfo"]] = relationship(
|
||||
"AssetInfo",
|
||||
|
||||
Reference in New Issue
Block a user