openreader/drizzle/sqlite/meta/_journal.json
Richard R 82f82a990e feat: add user preferences and document progress syncing
- Implemented user preferences management with a new API for GET and PUT requests.
- Added user document progress tracking with a new API for retrieving and updating progress.
- Introduced database schema changes for user preferences and document progress.
- Enhanced EPUB and TTS contexts to support syncing user preferences and document progress.
- Added functions to handle transferring user preferences and progress during account linking.
- Updated client-side logic to schedule syncing of user preferences and document progress.
2026-02-11 13:58:16 -07:00

20 lines
350 B
JSON

{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1770191340954,
"tag": "0000_lively_korvac",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1770843600000,
"tag": "0001_user_state_minimal",
"breakpoints": true
}
]
}