mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
- Introduced a new `document_histories` table to track changes made to documents, including fields for `editor_data`, `save_source`, and `saved_at`. - Updated foreign key relationships to link `document_histories` with `documents` and `users`. - Modified existing models and tests to accommodate the new document history functionality, including changes to pagination and retrieval methods. - Removed the versioning system from documents in favor of a more flexible history tracking approach. Signed-off-by: Innei <tukon479@gmail.com> |
||
|---|---|---|
| .. | ||
| basic | ||
| internationalization | ||
| others | ||
| state-management | ||
| tests | ||
| database-schema.dbml | ||
| start.mdx | ||
| start.zh-CN.mdx | ||