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 AddIgnoreStaleApprovalsColumnToProtectedBranchTable ¶
func AddUniqueIndexForProjectIssue ¶
AddUniqueIndexForProjectIssue adds unique indexes for project issue table
func CheckProjectColumnsConsistency ¶
CheckProjectColumnsConsistency ensures there is exactly one default board per project present
Types ¶
type BadgeUnique ¶
func (BadgeUnique) TableName ¶
func (BadgeUnique) TableName() string
Source Files
¶
- v280.go
- v281.go
- v282.go
- v283.go
- v284.go
- v285.go
- v286.go
- v287.go
- v288.go
- v289.go
- v290.go
- v291.go
- v292.go
- v293.go
- v294.go
- v295.go
- v296.go
- v297.go
- v298.go
Click to show internal directories.
Click to hide internal directories.