Add a new field version into preference.

This commit is contained in:
zicla
2018-01-01 15:57:39 +08:00
parent 68c7da1f58
commit f49f9137fe
4 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,7 @@ type Preference struct {
FaviconUrl string `json:"faviconUrl"`
FooterLine1 string `json:"footerLine1"`
FooterLine2 string `json:"footerLine2"`
Version string `json:"version"`
}
// set File's table name to be `profiles`