mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-31 00:10:22 +08:00
- Added `setAsActive` property to `CreateMessageDto` for controlling active node status in topics. - Updated `messageTable` and `topicTable` schemas to include foreign key constraints and improved handling of active node references. - Refactored message and topic service methods to utilize `.returning()` for better data retrieval after inserts and updates. - Implemented hard delete functionality for messages and topics, replacing soft delete logic to ensure data integrity. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| messages.ts | ||
| test.ts | ||
| topics.ts | ||