This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
backend/internal/models
2021-04-03 10:32:17 +02:00
..
answer.go replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
helpers.go move sql helpers to the other package, all fields in all inputs are now pointers, add a new model - QualificationToProfession 2021-02-23 19:07:55 +01:00
profession.go replace hardcoded sql statements with corresponding sqlutils in models 2021-03-13 18:40:06 +01:00
qualification.go add a new field (id) to QualificationToProfession 2021-04-03 10:32:17 +02:00
question.go replace hardcoded sql statements with corresponding sqlutils in models 2021-03-13 18:40:06 +01:00
role.go replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
user.go replace hardcoded sql statements with corresponding sqlutils in models 2021-03-13 18:40:06 +01:00