chore: update subproject commit and enhance ServiceFeedback schema

- Updated the subproject commit reference in epess-database to the latest version.
- Added Logger to the ServiceFeedback schema for improved logging of arguments during feedback submission.
- Modified the Prisma types to include new Quiz and Question entities, enhancing the schema's capabilities and data structure.
This commit is contained in:
2024-12-06 21:25:25 +07:00
parent 59b221a6ee
commit 6cbaf44c7f
5 changed files with 59 additions and 31 deletions

4
src/Quiz/quiz.schema.ts Normal file
View File

@@ -0,0 +1,4 @@
import { Injectable } from '@nestjs/common'
@Injectable()
export class QuizSchema {}