mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 20:12:38 +08:00
- Added `siblingsGroupId` to `message` schema for better message organization. - Introduced `activeNodeId` in `topic` schema to manage message tree structure. - Updated `assistantMeta` and `modelMeta` fields to use specific types for improved type safety. - Included `isNameManuallyEdited` and `sortOrder` in `topic` schema for enhanced topic management. - Added a new entry in the migration journal for version tracking.
27 lines
472 B
JSON
27 lines
472 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "sqlite",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "6",
|
|
"when": 1766588456958,
|
|
"tag": "0000_init",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "6",
|
|
"when": 1766670360754,
|
|
"tag": "0001_faulty_ogun",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 2,
|
|
"version": "6",
|
|
"when": 1766748070409,
|
|
"tag": "0002_noisy_zzzax",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |