mirror of
https://github.com/documize/community.git
synced 2025-07-21 06:09:42 +02:00
Provide Backup/Restore for system and tenant
This commit is contained in:
parent
b3383f46ca
commit
ec1939c01d
11 changed files with 2128 additions and 780 deletions
|
@ -16,7 +16,7 @@ import "github.com/documize/community/model"
|
|||
// Organization defines a company that uses this app.
|
||||
type Organization struct {
|
||||
model.BaseEntity
|
||||
Company string `json:"-"`
|
||||
Company string `json:"company"`
|
||||
Title string `json:"title"`
|
||||
Message string `json:"message"`
|
||||
Domain string `json:"domain"`
|
||||
|
@ -26,6 +26,6 @@ type Organization struct {
|
|||
AuthConfig string `json:"authConfig"`
|
||||
ConversionEndpoint string `json:"conversionEndpoint"`
|
||||
MaxTags int `json:"maxTags"`
|
||||
Serial string `json:"-"`
|
||||
Active bool `json:"-"`
|
||||
Serial string `json:"serial"`
|
||||
Active bool `json:"active"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue