Skip to content

Commit

Permalink
Add Questionnaire UUID field
Browse files Browse the repository at this point in the history
  • Loading branch information
mansam committed Sep 20, 2023
1 parent f1754dd commit 5a6beca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migration/v9/model/assessment.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package model

type Questionnaire struct {
Model
UUID *string `gorm:"uniqueIndex"`
Name string `gorm:"unique"`
Description string
Required bool
Expand Down

0 comments on commit 5a6beca

Please sign in to comment.