mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 22:02:39 +02:00
chore: linting
This commit is contained in:
parent
e7c17c327c
commit
8fb5a7fb8f
10 changed files with 61 additions and 55 deletions
|
|
@ -546,7 +546,9 @@ class PublicChatSnapshot(BaseModel, TimestampMixin):
|
|||
# Constraints
|
||||
__table_args__ = (
|
||||
# Prevent duplicate snapshots of the same content for the same thread
|
||||
UniqueConstraint("thread_id", "content_hash", name="uq_snapshot_thread_content_hash"),
|
||||
UniqueConstraint(
|
||||
"thread_id", "content_hash", name="uq_snapshot_thread_content_hash"
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue