mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 18:08:00 +02:00
Added column: workspace
This commit is contained in:
parent
bb12f05926
commit
bd980c0b5e
@ -24,6 +24,7 @@ class GalleryImage(Base):
|
||||
use_upscale = Column(String)
|
||||
prompt = Column(String)
|
||||
negative_prompt = Column(String)
|
||||
workspace = Column(String, server_default="default")
|
||||
time_created = Column(DateTime(timezone=True), server_default=func.now())
|
||||
nsfw = Column(Boolean, server_default=None)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user