mirror of
https://github.com/p-stream/backend.git
synced 2026-03-11 17:55:35 +00:00
Introduces a 'nickname' field to the users table and Prisma schema. Updates user registration and profile update routes to handle nicknames, including random nickname generation for new users. Adds a utility for generating random nicknames and migrates existing users to have generated nicknames. |
||
|---|---|---|
| .. | ||
| 20250310013319_init | ||
| 20250310203903_add_ratings_column | ||
| 20250310204055_change_ratings_default_to_array | ||
| 20250403013111_added_lists | ||
| 20250422202708_added_public_lists_field | ||
| 20250422205521_added_type_lists_field | ||
| 20250606034630_add_user_preferences | ||
| 20250717172604_add_group_to_bookmarks | ||
| 20250722170032_group_array_required | ||
| 20250731030214_add_user_group_order | ||
| 20250929230057_add_favorite_episode_array_to_bookmarks | ||
| 20251023152211_add_missing_settings | ||
| 20251117173240_add_nickname_to_users | ||
| migration_lock.toml | ||