[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 CODING
SYSTEM_DESIGN SYSTEM_DESIGN
BEHAVIORAL BEHAVIORAL
THEORY
} }
model QuestionsQuestion { model QuestionsQuestion {

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

Loading…
Cancel
Save