Documentation ¶
Overview ¶
Copyright 2023 The Gitea Authors. All rights reserved. SPDX-License-Identifier: MIT
Index ¶
- func AddCombinedIndexToIssueUser(x *xorm.Engine) error
- func AddCommentIDIndexofAttachment(x *xorm.Engine) error
- func AddCommitStatusSummary(x *xorm.Engine) error
- func AddCommitStatusSummary2(x *xorm.Engine) error
- func AddDefaultWikiBranch(x *xorm.Engine) error
- func AddIgnoreStaleApprovalsColumnToProtectedBranchTable(x *xorm.Engine) error
- func AddIndexToPullAutoMergeDoerID(x *xorm.Engine) error
- func AddPayloadVersionToHookTaskTable(x *xorm.Engine) error
- func AddPreviousDurationToActionRun(x *xorm.Engine) error
- func AddRepoUnitEveryoneAccessMode(x *xorm.Engine) error
- func AddUniqueIndexForProjectIssue(x *xorm.Engine) error
- func AddUserBlockingTable(x *xorm.Engine) error
- func AdjustDBForSha256(x *xorm.Engine) error
- func CheckProjectColumnsConsistency(x *xorm.Engine) error
- func CreateAuthTokenTable(x *xorm.Engine) error
- func DropWronglyCreatedTable(x *xorm.Engine) error
- func RenameUserThemes(x *xorm.Engine) error
- func UseSlugInsteadOfIDForBadges(x *xorm.Engine) error
- type BadgeUnique
- type Blocking
- type HookTask
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommitStatusSummary ¶
func AddCommitStatusSummary2 ¶
func AddDefaultWikiBranch ¶
func AddUniqueIndexForProjectIssue ¶
AddUniqueIndexForProjectIssue adds unique indexes for project issue table
func AddUserBlockingTable ¶
func AdjustDBForSha256 ¶
func CheckProjectColumnsConsistency ¶
CheckProjectColumnsConsistency ensures there is exactly one default board per project present
func CreateAuthTokenTable ¶
func DropWronglyCreatedTable ¶
func RenameUserThemes ¶
Types ¶
type BadgeUnique ¶
func (BadgeUnique) TableName ¶
func (BadgeUnique) TableName() string
Click to show internal directories.
Click to hide internal directories.