Add HomepageUrl and Description to app.

This commit is contained in:
Yang Luo
2021-03-06 21:50:48 +08:00
parent 45ec95b859
commit 5e04b8c726
3 changed files with 39 additions and 1 deletions

View File

@ -26,6 +26,8 @@ type Application struct {
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Logo string `xorm:"varchar(100)" json:"logo"`
HomepageUrl string `xorm:"varchar(100)" json:"homepageUrl"`
Description string `xorm:"varchar(100)" json:"description"`
Organization string `xorm:"varchar(100)" json:"organization"`
EnablePassword bool `json:"enablePassword"`
Providers []string `xorm:"varchar(100)" json:"providers"`