mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
chore: ruff format
This commit is contained in:
parent
acf0396aa5
commit
0b86756082
2 changed files with 1 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ def upgrade() -> None:
|
|||
thread_title = title or "Migrated Chat"
|
||||
if len(thread_title) > 500:
|
||||
thread_title = thread_title[:497] + "..."
|
||||
|
||||
|
||||
result = connection.execute(
|
||||
sa.text("""
|
||||
INSERT INTO new_chat_threads
|
||||
|
|
|
|||
|
|
@ -209,4 +209,3 @@ def downgrade():
|
|||
END$$;
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue