[models] update repo model

add `GroupID` and `GroupSortOrder` fields
This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:00:46 -04:00
parent b2f13f5fb1
commit cf712d465c
+3
View File
@@ -219,6 +219,9 @@ type Repository struct {
CreatedUnix timeutil.TimeStamp `xorm:"INDEX created"`
UpdatedUnix timeutil.TimeStamp `xorm:"INDEX updated"`
ArchivedUnix timeutil.TimeStamp `xorm:"DEFAULT 0"`
GroupID int64 `xorm:"DEFAULT NULL"`
GroupSortOrder int
}
func init() {