feat(ui): implement premium beige design system and ux refinements
This commit is contained in:
@@ -9,7 +9,7 @@ if TYPE_CHECKING:
|
||||
|
||||
_ENSURE_SQL = """
|
||||
INSERT INTO conversations
|
||||
(thread_id, started_at, last_activity)
|
||||
(thread_id, created_at, last_activity)
|
||||
VALUES
|
||||
(%(thread_id)s, NOW(), NOW())
|
||||
ON CONFLICT (thread_id) DO NOTHING
|
||||
|
||||
Reference in New Issue
Block a user