dd/drizzle/meta/_journal.json
pd0a6847 bdffa90305 Refactor user management and authentication system
- Removed nickname from user table and UserRecord interface.
- Updated user creation to generate UUID for user ID.
- Changed user ID type from number to string in authentication functions.
- Modified database schema to accommodate new user structure.
- Enhanced login flow to redirect users based on query parameters.
- Improved profile management with nickname update functionality.
- Added automatic nickname setting based on email input during registration.
- Implemented WebSocket connection management and duplicate login detection.
- Updated UI components for better user experience and responsiveness.
2025-11-20 15:46:17 +09:00

20 lines
362 B
JSON

{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1763435039243,
"tag": "0000_omniscient_lady_mastermind",
"breakpoints": true
},
{
"idx": 1,
"version": "6",
"when": 1763601535973,
"tag": "0001_wakeful_silver_fox",
"breakpoints": true
}
]
}