managarten/apps
Wuesteon f440ca2a8d fix(db): use TEXT for user_id columns across entire codebase
Better Auth generates non-UUID user IDs (32-char base62 format like
'otUe1YrfENPdHnrF3g1vSBfpkQfambCZ'). Changed all `uuid('user_id')` to
`text('user_id')` in Drizzle schemas for consistency with auth system.

Affected packages/apps:
- apps/calendar, clock, picture, zitare
- games/figgos, voxelava
- packages/manadeck-database, news-database, uload-database
- services/mana-core-auth (feedback schema)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 16:30:51 +01:00
..
calendar fix(db): use TEXT for user_id columns across entire codebase 2025-12-09 16:30:51 +01:00
chat fix(settings): unify global settings across all web apps 2025-12-09 12:37:49 +01:00
clock fix(db): use TEXT for user_id columns across entire codebase 2025-12-09 16:30:51 +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(db): use TEXT for user_id columns across entire codebase 2025-12-09 16:30:51 +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(db): use TEXT for user_id columns across entire codebase 2025-12-09 16:30:51 +01:00