Commit Graph
9 Commits
Author SHA1 Message Date
Vojtěch Káně 41ae2283b1 Update ent
The package changed its import path so we had to reflect
2021-02-18 14:51:45 +01:00
Vojtěch Káně cc74774950 Use uuid.Nil instead of uuid.New() in ent schema initializers
It is used just to carry the sql.Scanner and sql.Valuer interface.
2021-02-15 17:15:59 +01:00
Vojtěch Káně 9d37cb3ebb Initial model testing environment 2021-02-15 14:51:07 +01:00
Vojtěch Káně e4ab598b49 Use UUIDs for AskedQuestions as well 2021-02-15 13:21:38 +01:00
Vojtěch Káně e677014d75 Fix typos 2021-02-08 08:59:28 +01:00
Vojtěch Káně 4fc9aa50d1 Accept answers 2021-02-07 18:29:36 +01:00
Vojtěch Káně fdc080a250 Implement switching to next question 2021-02-06 21:17:31 +01:00
Vojtěch Káně a3786f56cf Add gitignore for ent generated files 2021-02-06 19:16:01 +01:00
Vojtěch Káně 28e22e3422 Initial commit 2020-12-03 23:07:44 +01:00