- Replace full_name with name in User struct and all queries - RegisterPayload now takes first_name + last_name instead of full_name - Combine first_name and last_name into name before saving to DB - Update all response structs to use 'name' field instead of 'full_name' - Fix support and dashboard queries to use u.name instead of u.full_name Root cause: DB has 'name' column, code was using 'full_name' which doesn't exist. |
||
|---|---|---|
| .. | ||
| auth | ||
| cache | ||
| contracts | ||
| db | ||
| db-migrate | ||
| storage | ||