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-03-12 11:13:38 +01:00
..
answer.go add two new models - Answer and Question 2021-02-27 09:11:15 +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 another part of bugfixes 2021-03-06 14:43:50 +01:00
qualification.go fix or filters: use WhereOr method instead of Where 2021-03-12 08:20:42 +01:00
question.go - add a new method 'HasBasicDataToUpdate' to the two inputs: QuestionInput and QualificationInput 2021-03-07 13:06:00 +01:00
role.go add graphql schema 2021-03-06 11:54:55 +01:00
user.go fix UserInput.ApplyUpdate uses wrong column name for email field 2021-03-12 11:13:38 +01:00