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-13 18:40:06 +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 replace hardcoded sql statements with corresponding sqlutils in models 2021-03-13 18:40:06 +01:00
qualification.go replace hardcoded sql statements with corresponding sqlutils in models 2021-03-13 18:40:06 +01:00
question.go replace hardcoded sql statements with corresponding sqlutils in models 2021-03-13 18:40:06 +01:00
role.go add graphql schema 2021-03-06 11:54:55 +01:00
user.go replace hardcoded sql statements with corresponding sqlutils in models 2021-03-13 18:40:06 +01:00