mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-06 05:40:00 +00:00
removed not used "added_by" column
This commit is contained in:
@@ -244,7 +244,6 @@ class AssetInfoTag(Base):
|
||||
String(512), ForeignKey("tags.name", ondelete="RESTRICT"), primary_key=True
|
||||
)
|
||||
origin: Mapped[str] = mapped_column(String(32), nullable=False, default="manual")
|
||||
added_by: Mapped[str | None] = mapped_column(String(128))
|
||||
added_at: Mapped[datetime] = mapped_column(
|
||||
DateTime(timezone=False), nullable=False, default=utcnow
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user