managarten/apps/clock/apps/backend
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
..
src fix(db): use TEXT for user_id columns across entire codebase 2025-12-09 16:30:51 +01:00
docker-entrypoint.sh 🚀 ci: add Docker deployment for Manacore, Todo, Calendar, and Clock apps 2025-12-08 16:04:50 +01:00
Dockerfile 🚀 ci: add Docker deployment for Manacore, Todo, Calendar, and Clock apps 2025-12-08 16:04:50 +01:00
drizzle.config.ts feat(clock): add complete Clock app with backend, web, and landing 2025-12-03 15:37:51 +01:00
nest-cli.json feat(clock): add complete Clock app with backend, web, and landing 2025-12-03 15:37:51 +01:00
package.json feat(clock): add complete Clock app with backend, web, and landing 2025-12-03 15:37:51 +01:00
tsconfig.json feat(clock): add complete Clock app with backend, web, and landing 2025-12-03 15:37:51 +01:00