Skip to content

Commit

Permalink
bhjgfsdfkalamd
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV committed Sep 16, 2024
1 parent ca79441 commit 8caaa7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ model quizzes {
created_at DateTime @default(now()) @db.Timestamptz(6)
total_time_taken Int?
correct_answers_count Int @default(0)
topics String[]
questions questions[]
users users @relation(fields: [user_id], references: [id], onDelete: Cascade)
user_responses user_responses[]
Expand Down
8 changes: 0 additions & 8 deletions services/swaggerDefinitions.YAML
Original file line number Diff line number Diff line change
Expand Up @@ -493,10 +493,6 @@ paths:
properties:
quizTitle:
type: string
quizTopics:
type: array
items:
type: string
questions:
type: array
items:
Expand Down Expand Up @@ -618,10 +614,6 @@ paths:
type: string
totalCount:
type: integer
topFiveTopics:
type: array
items:
type: string
'400':
description: Invalid question format
content:
Expand Down

0 comments on commit 8caaa7e

Please sign in to comment.