Rejection notes are referenced in code but the field does not yet exist in the Prisma schema.
Files with TODO comments:
src/server/api/routers/games.ts lines 723–724 — rejectionNotes missing from Game schema
src/server/api/routers/mobile/admin.ts line 358 — rejectionNotes field missing from listing schema
Action required:
- Add
rejectionNotes String? (nullable) to the Game model and the mobile listing model in prisma/schema.prisma.
- Create a migration.
- Wire it up in the rejection mutation payloads.
Requested by @Producdevity — related to PR #375
Rejection notes are referenced in code but the field does not yet exist in the Prisma schema.
Files with TODO comments:
src/server/api/routers/games.tslines 723–724 —rejectionNotesmissing from Game schemasrc/server/api/routers/mobile/admin.tsline 358 —rejectionNotesfield missing from listing schemaAction required:
rejectionNotes String?(nullable) to theGamemodel and the mobile listing model inprisma/schema.prisma.Requested by @Producdevity — related to PR #375