mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
Make store SQL Server compatible
This commit is contained in:
parent
9ec858286f
commit
64403c402b
17 changed files with 112 additions and 50 deletions
|
@ -32,7 +32,7 @@ type Member struct {
|
|||
|
||||
// SummaryModel holds number of documents and users for space categories.
|
||||
type SummaryModel struct {
|
||||
Type string `json:"type"` // documents or users
|
||||
GroupType string `json:"type"` // documents or users
|
||||
CategoryID string `json:"categoryId"`
|
||||
Count int64 `json:"count"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue