[questions][feat] add theory enum

pull/457/head
hpkoh 3 years ago
parent 06840d10da
commit 3f0c4bdf90

@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "QuestionsQuestionType" ADD VALUE 'THEORY';

@ -426,6 +426,7 @@ enum QuestionsQuestionType {
CODING
SYSTEM_DESIGN
BEHAVIORAL
THEORY
}
model QuestionsQuestion {

@ -217,7 +217,9 @@ export const questionsQuestionRouter = createRouter()
encounters: {
select: {
company: true,
location: true,
country: true,
city: true,
state: true,
role: true,
seenAt: true,
},

Loading…
Cancel
Save