migrationscripts

package
v0.0.0-...-1fa52ee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2024 License: Apache-2.0, BSD-2-Clause, ISC, + 1 more Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All() []plugin.MigrationScript

All return all the migration scripts

Types

type GithubConnection20221111

type GithubConnection20221111 struct {
	EnableGraphql bool
}

func (GithubConnection20221111) TableName

func (GithubConnection20221111) TableName() string

type GithubMilestone20231018

type GithubMilestone20231018 struct {
	ConnectionId    uint64 `gorm:"primaryKey"`
	MilestoneId     int    `gorm:"primaryKey;autoIncrement:false"`
	RepoId          int
	Number          int
	URL             string
	Title           string
	OpenIssues      int
	ClosedIssues    int
	State           string
	GithubCreatedAt time.Time
	GithubUpdatedAt time.Time
	ClosedAt        *time.Time

	archived.NoPKModel
}

func (GithubMilestone20231018) TableName

func (GithubMilestone20231018) TableName() string

type GithubPrCommit20230419

type GithubPrCommit20230419 struct {
	CommitAuthorName   string `gorm:"type:varchar(255)"` // Author name
	CommitAuthorEmail  string `gorm:"type:varchar(255)"` // Author email
	CommitAuthoredDate time.Time
}

func (GithubPrCommit20230419) TableName

func (GithubPrCommit20230419) TableName() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL