mirror of
https://github.com/openai/codex.git
synced 2026-05-02 02:17:22 +00:00
make it better
This commit is contained in:
@@ -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 <> '';
|
||||
Reference in New Issue
Block a user