chore: update subproject commit and enhance PersonalMilestone schema
- Updated the subproject commit reference in epess-database to the latest version. - Added milestoneOrder field to PersonalMilestoneSchema for improved milestone ordering. - Ensured consistency in Prisma types with the latest schema changes.
This commit is contained in:
Submodule epess-database updated: 75ce1ef6ee...69d18f5749
@@ -20,6 +20,9 @@ export class PersonalMilestoneSchema extends PothosSchema {
|
|||||||
id: t.exposeID('id', {
|
id: t.exposeID('id', {
|
||||||
description: 'The ID of the personal milestone.',
|
description: 'The ID of the personal milestone.',
|
||||||
}),
|
}),
|
||||||
|
milestoneOrder: t.exposeInt('milestoneOrder', {
|
||||||
|
description: 'The order of the personal milestone.',
|
||||||
|
}),
|
||||||
scheduleId: t.exposeString('scheduleId', {
|
scheduleId: t.exposeString('scheduleId', {
|
||||||
description: 'The ID of the schedule the personal milestone belongs to.',
|
description: 'The ID of the schedule the personal milestone belongs to.',
|
||||||
}),
|
}),
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user