make it better

This commit is contained in:
jif-oai
2026-02-04 14:16:24 +00:00
parent 3733ddfe98
commit 565560fccb
12 changed files with 399 additions and 341 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE threads ADD COLUMN first_user_message TEXT NOT NULL DEFAULT '';
UPDATE threads
SET first_user_message = title
WHERE first_user_message = '' AND has_user_event = 1 AND title <> '';