Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + func AddActionTaskOutputTable(x *xorm.Engine) error + func AddArchivedUnixToRepository(x *xorm.Engine) error + func AddIsInternalColumnToPackage(x *xorm.Engine) error + func AddNeedApprovalToActionRun(x *xorm.Engine) error + func AddNewColumnForProject(x *xorm.Engine) error + func AddVersionToActionRunner(x *xorm.Engine) error + func ChangeContainerMetadataMultiArch(x *xorm.Engine) error + func CreateActionArtifactTable(x *xorm.Engine) error + func FixExternalTrackerAndExternalWikiAccessModeInOwnerAndAdminTeam(x *xorm.Engine) error + func FixIncorrectAdminTeamUnitAccessMode(x *xorm.Engine) error + func FixIncorrectOwnerTeamUnitAccessMode(x *xorm.Engine) error + func FixIncorrectProjectType(x *xorm.Engine) error + func ImproveActionTableIndices(x *xorm.Engine) error + func RenameWebhookOrgToOwner(x *xorm.Engine) error + type Action struct + ActUserID int64 + CreatedUnix timeutil.TimeStamp + IsDeleted bool + IsPrivate bool + RepoID int64 + UserID int64 + func (a *Action) TableIndices() []*schemas.Index + func (a *Action) TableName() string