feat(schema): HyperDB v10 message.stickerNamesJson for sticker-only rows

Add optional stickerNamesJson string field (schema v10) so sticker-only
messages survive HyperDB encode/decode; bump db.json and message encodings.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-21 23:20:13 -04:00
co-authored by Cursor
parent 1257377840
commit 4b6414f348
3 changed files with 20 additions and 7 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
{
"version": 9,
"version": 10,
"schema": [
{
"name": "user",
@@ -196,6 +196,11 @@
"name": "replyToId",
"type": "string",
"version": 9
},
{
"name": "stickerNamesJson",
"type": "string",
"version": 10
}
]
},