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 AddIndexForReleaseSha1 ¶
func AddRepositoryLicenses ¶
func AddSkipSecondaryAuthColumnToOAuth2ApplicationTable ¶
AddSkipSeconderyAuthToOAuth2ApplicationTable: add SkipSecondaryAuthorization column, setting existing rows to false
func FixMilestoneNoDueDate ¶
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
Click to show internal directories.
Click to hide internal directories.