managarten/apps
Wuesteon 4e63f3f74b fix(todo): use TEXT for user_id columns (Better Auth compatibility)
Better Auth generates non-UUID user IDs (e.g., otUe1YrfENPdHnrF3g1vSBfpkQfambCZ).
Changed all user_id columns from uuid to text type to prevent
"invalid input syntax for type uuid" errors.

Also documented this requirement in:
- .claude/guidelines/authentication.md (new User ID Format section)
- .claude/guidelines/database.md (User ID Column Type section)
- apps/todo/CLAUDE.md (Database Schema section)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 16:24:22 +01:00
..
calendar Merge branch 'dev' of https://github.com/Memo-2023/manacore-monorepo into dev 2025-12-09 12:27:57 +01:00
chat fix(settings): unify global settings across all web apps 2025-12-09 12:37:49 +01:00
clock fix(settings): complete global settings unification for remaining apps 2025-12-09 12:45:10 +01:00
contacts fix(settings): complete global settings unification for remaining apps 2025-12-09 12:45:10 +01:00
context small linting fixes 2025-12-08 14:44:17 +01:00
manacore feat(referral): integrate referral system frontend 2025-12-09 13:01:43 +01:00
manadeck fix(settings): complete global settings unification for remaining apps 2025-12-09 12:45:10 +01:00
picture fix(settings): unify global settings across all web apps 2025-12-09 12:37:49 +01:00
quote/apps fix lint 2025-12-04 00:32:13 +01:00
todo fix(todo): use TEXT for user_id columns (Better Auth compatibility) 2025-12-09 16:24:22 +01:00
zitare fix(settings): unify global settings across web apps 2025-12-07 16:28:00 +01:00