add project groups to backend.

This commit is contained in:
2021-07-17 17:16:15 +02:00
parent ba4384b41d
commit 388ec4f687
14 changed files with 442 additions and 7 deletions
+4
View File
@@ -39,6 +39,10 @@ func ProjectID() string {
return id("P", 16)
}
func ProjectGroupID() string {
return id("C", 16)
}
func TaskID() string {
return id("T", 16)
}