rename DisplayName -> FullName for consistency

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:00:43 -04:00
parent a575f9390e
commit 22118316ec
+1 -1
View File
@@ -18,7 +18,7 @@ type Group struct {
Owner *user_model.User `xorm:"-"`
LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
Name string `xorm:"INDEX NOT NULL"`
DisplayName string `xorm:"TEXT"`
FullName string `xorm:"TEXT"` // displayed in places like navigation menus
Description string `xorm:"TEXT"`
Avatar string `xorm:"VARCHAR(64)"`