Documentation
¶
Index ¶
- func AddBlockAdminMergeOverrideBranchProtection(x *xorm.Engine) error
- func AddCommentMetaDataColumn(x *xorm.Engine) error
- func AddContentVersionToIssueAndComment(x *xorm.Engine) error
- func AddForcePushBranchProtection(x *xorm.Engine) error
- func AddIndexForReleaseSha1(x *xorm.Engine) error
- func AddIndexToActionTaskStoppedLogExpired(x *xorm.Engine) error
- func AddNewIndexForUserDashboard(x *xorm.Engine) error
- func AddPriorityToProtectedBranch(x *xorm.Engine) error
- func AddRepositoryLicenses(x *xorm.Engine) error
- func AddSkipSecondaryAuthColumnToOAuth2ApplicationTable(x *xorm.Engine) error
- func AddTimeEstimateColumnToIssueTable(x *xorm.Engine) error
- func FixMilestoneNoDueDate(x *xorm.Engine) error
- func ImproveNotificationTableIndices(x *xorm.Engine) error
- type CommentMetaData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBlockAdminMergeOverrideBranchProtection ¶
func AddContentVersionToIssueAndComment ¶
func AddIndexToActionTaskStoppedLogExpired ¶
func AddSkipSecondaryAuthColumnToOAuth2ApplicationTable ¶
AddSkipSeconderyAuthToOAuth2ApplicationTable: add SkipSecondaryAuthorization column, setting existing rows to false
func AddTimeEstimateColumnToIssueTable ¶
Types ¶
type CommentMetaData ¶
type CommentMetaData struct {
ProjectColumnID int64 `json:"project_column_id"`
ProjectColumnTitle string `json:"project_column_title"`
ProjectTitle string `json:"project_title"`
}
CommentMetaData stores metadata for a comment, these data will not be changed once inserted into database
Source Files
¶
- v299.go
- v300.go
- v301.go
- v302.go
- v303.go
- v304.go
- v305.go
- v306.go
- v307.go
- v308.go
- v309.go
- v310.go
- v311.go
Click to show internal directories.
Click to hide internal directories.