managarten/games
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
..
figgos fix(db): use TEXT for user_id columns across entire codebase 2025-12-09 16:30:51 +01:00
mana-games 🐛 fix(build): remove recursive build scripts from parent packages 2025-12-04 01:59:53 +01:00
voxelava fix(db): use TEXT for user_id columns across entire codebase 2025-12-09 16:30:51 +01:00
whopixels fix lint 2025-12-04 00:32:13 +01:00
worldream Merge branch 'dev-1' into dev 2025-12-05 17:57:26 +01:00
.gitkeep chore: add games folder structure to monorepo 2025-11-27 15:06:59 +01:00