mirror of
https://github.com/open-webui/open-webui
synced 2025-06-22 18:07:17 +00:00
added the PK on tag back, whoops
This commit is contained in:
parent
888a98c090
commit
f96b8ecb5b
@ -25,6 +25,7 @@ class Tag(Base):
|
||||
meta = Column(JSON, nullable=True)
|
||||
|
||||
__table_args__ = (
|
||||
PrimaryKeyConstraint("id", "user_id", name="pk_id_user_id"),
|
||||
Index('user_id_idx', 'user_id'),
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user