migrations

package
v0.0.0-...-2942e7d Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AllMigrations

func AllMigrations() migration.Migrations

func NewAddMaxPidsToDesiredLRPs

func NewAddMaxPidsToDesiredLRPs() migration.Migration

func NewAddPlacementTagsToDesiredLRPs

func NewAddPlacementTagsToDesiredLRPs() migration.Migration

func NewAddPresenceToActualLrp

func NewAddPresenceToActualLrp() migration.Migration

func NewAddRejectionReasonToTask

func NewAddRejectionReasonToTask() migration.Migration

func NewAddTaskRejectionCount

func NewAddTaskRejectionCount() migration.Migration

func NewEncryptRoutes

func NewEncryptRoutes() migration.Migration

func NewIncreaseErrorColumnsSize

func NewIncreaseErrorColumnsSize() migration.Migration

func NewIncreaseRootFSColumnSize

func NewIncreaseRootFSColumnSize() migration.Migration

func NewIncreaseRunInfoColumnSize

func NewIncreaseRunInfoColumnSize() migration.Migration

func NewIncreaseTaskErrorColumns

func NewIncreaseTaskErrorColumns() migration.Migration

func NewInitSQL

func NewInitSQL() migration.Migration

Types

type AddMaxPidsToDesiredLRPs

type AddMaxPidsToDesiredLRPs struct {
	// contains filtered or unexported fields
}

func (*AddMaxPidsToDesiredLRPs) SetClock

func (e *AddMaxPidsToDesiredLRPs) SetClock(c clock.Clock)

func (*AddMaxPidsToDesiredLRPs) SetCryptor

func (e *AddMaxPidsToDesiredLRPs) SetCryptor(cryptor encryption.Cryptor)

func (*AddMaxPidsToDesiredLRPs) SetDBFlavor

func (e *AddMaxPidsToDesiredLRPs) SetDBFlavor(flavor string)

func (*AddMaxPidsToDesiredLRPs) SetRawSQLDB

func (e *AddMaxPidsToDesiredLRPs) SetRawSQLDB(db *sql.DB)

func (*AddMaxPidsToDesiredLRPs) String

func (e *AddMaxPidsToDesiredLRPs) String() string

func (*AddMaxPidsToDesiredLRPs) Up

func (e *AddMaxPidsToDesiredLRPs) Up(logger lager.Logger) error

func (*AddMaxPidsToDesiredLRPs) Version

func (e *AddMaxPidsToDesiredLRPs) Version() int64

type AddPlacementTagsToDesiredLRPs

type AddPlacementTagsToDesiredLRPs struct {
	// contains filtered or unexported fields
}

func (*AddPlacementTagsToDesiredLRPs) SetClock

func (e *AddPlacementTagsToDesiredLRPs) SetClock(c clock.Clock)

func (*AddPlacementTagsToDesiredLRPs) SetCryptor

func (e *AddPlacementTagsToDesiredLRPs) SetCryptor(cryptor encryption.Cryptor)

func (*AddPlacementTagsToDesiredLRPs) SetDBFlavor

func (e *AddPlacementTagsToDesiredLRPs) SetDBFlavor(flavor string)

func (*AddPlacementTagsToDesiredLRPs) SetRawSQLDB

func (e *AddPlacementTagsToDesiredLRPs) SetRawSQLDB(db *sql.DB)

func (*AddPlacementTagsToDesiredLRPs) String

func (*AddPlacementTagsToDesiredLRPs) Up

func (*AddPlacementTagsToDesiredLRPs) Version

func (e *AddPlacementTagsToDesiredLRPs) Version() int64

type AddPresenceToActualLrp

type AddPresenceToActualLrp struct {
	// contains filtered or unexported fields
}

func (*AddPresenceToActualLrp) SetClock

func (e *AddPresenceToActualLrp) SetClock(c clock.Clock)

func (*AddPresenceToActualLrp) SetCryptor

func (e *AddPresenceToActualLrp) SetCryptor(cryptor encryption.Cryptor)

func (*AddPresenceToActualLrp) SetDBFlavor

func (e *AddPresenceToActualLrp) SetDBFlavor(flavor string)

func (*AddPresenceToActualLrp) SetRawSQLDB

func (e *AddPresenceToActualLrp) SetRawSQLDB(db *sql.DB)

func (*AddPresenceToActualLrp) String

func (e *AddPresenceToActualLrp) String() string

func (*AddPresenceToActualLrp) Up

func (e *AddPresenceToActualLrp) Up(logger lager.Logger) error

func (*AddPresenceToActualLrp) Version

func (e *AddPresenceToActualLrp) Version() int64

type AddRejectionReasonToTask

type AddRejectionReasonToTask struct {
	// contains filtered or unexported fields
}

func (*AddRejectionReasonToTask) SetClock

func (e *AddRejectionReasonToTask) SetClock(c clock.Clock)

func (*AddRejectionReasonToTask) SetCryptor

func (e *AddRejectionReasonToTask) SetCryptor(cryptor encryption.Cryptor)

func (*AddRejectionReasonToTask) SetDBFlavor

func (e *AddRejectionReasonToTask) SetDBFlavor(flavor string)

func (*AddRejectionReasonToTask) SetRawSQLDB

func (e *AddRejectionReasonToTask) SetRawSQLDB(db *sql.DB)

func (*AddRejectionReasonToTask) String

func (e *AddRejectionReasonToTask) String() string

func (*AddRejectionReasonToTask) Up

func (*AddRejectionReasonToTask) Version

func (e *AddRejectionReasonToTask) Version() int64

type AddTaskRejectionCount

type AddTaskRejectionCount struct {
	// contains filtered or unexported fields
}

func (*AddTaskRejectionCount) SetClock

func (e *AddTaskRejectionCount) SetClock(c clock.Clock)

func (*AddTaskRejectionCount) SetCryptor

func (e *AddTaskRejectionCount) SetCryptor(cryptor encryption.Cryptor)

func (*AddTaskRejectionCount) SetDBFlavor

func (e *AddTaskRejectionCount) SetDBFlavor(flavor string)

func (*AddTaskRejectionCount) SetRawSQLDB

func (e *AddTaskRejectionCount) SetRawSQLDB(db *sql.DB)

func (*AddTaskRejectionCount) String

func (e *AddTaskRejectionCount) String() string

func (*AddTaskRejectionCount) Up

func (e *AddTaskRejectionCount) Up(logger lager.Logger) error

func (*AddTaskRejectionCount) Version

func (e *AddTaskRejectionCount) Version() int64

type EncryptRoutes

type EncryptRoutes struct {
	// contains filtered or unexported fields
}

func (*EncryptRoutes) SetClock

func (e *EncryptRoutes) SetClock(c clock.Clock)

func (*EncryptRoutes) SetCryptor

func (e *EncryptRoutes) SetCryptor(cryptor encryption.Cryptor)

func (*EncryptRoutes) SetDBFlavor

func (e *EncryptRoutes) SetDBFlavor(flavor string)

func (*EncryptRoutes) SetRawSQLDB

func (e *EncryptRoutes) SetRawSQLDB(db *sql.DB)

func (*EncryptRoutes) String

func (e *EncryptRoutes) String() string

func (*EncryptRoutes) Up

func (e *EncryptRoutes) Up(logger lager.Logger) error

func (*EncryptRoutes) Version

func (e *EncryptRoutes) Version() int64

type IncreaseErrorColumnsSize

type IncreaseErrorColumnsSize struct {
	// contains filtered or unexported fields
}

func (*IncreaseErrorColumnsSize) SetClock

func (e *IncreaseErrorColumnsSize) SetClock(c clock.Clock)

func (*IncreaseErrorColumnsSize) SetCryptor

func (e *IncreaseErrorColumnsSize) SetCryptor(cryptor encryption.Cryptor)

func (*IncreaseErrorColumnsSize) SetDBFlavor

func (e *IncreaseErrorColumnsSize) SetDBFlavor(flavor string)

func (*IncreaseErrorColumnsSize) SetRawSQLDB

func (e *IncreaseErrorColumnsSize) SetRawSQLDB(db *sql.DB)

func (*IncreaseErrorColumnsSize) String

func (e *IncreaseErrorColumnsSize) String() string

func (*IncreaseErrorColumnsSize) Up

func (*IncreaseErrorColumnsSize) Version

func (e *IncreaseErrorColumnsSize) Version() int64

type IncreaseRootFSColumnsSize

type IncreaseRootFSColumnsSize struct {
	// contains filtered or unexported fields
}

func (*IncreaseRootFSColumnsSize) SetClock

func (e *IncreaseRootFSColumnsSize) SetClock(c clock.Clock)

func (*IncreaseRootFSColumnsSize) SetCryptor

func (e *IncreaseRootFSColumnsSize) SetCryptor(cryptor encryption.Cryptor)

func (*IncreaseRootFSColumnsSize) SetDBFlavor

func (e *IncreaseRootFSColumnsSize) SetDBFlavor(flavor string)

func (*IncreaseRootFSColumnsSize) SetRawSQLDB

func (e *IncreaseRootFSColumnsSize) SetRawSQLDB(db *sql.DB)

func (*IncreaseRootFSColumnsSize) String

func (e *IncreaseRootFSColumnsSize) String() string

func (*IncreaseRootFSColumnsSize) Up

func (*IncreaseRootFSColumnsSize) Version

func (e *IncreaseRootFSColumnsSize) Version() int64

type IncreaseRunInfoColumnSize

type IncreaseRunInfoColumnSize struct {
	// contains filtered or unexported fields
}

func (*IncreaseRunInfoColumnSize) SetClock

func (e *IncreaseRunInfoColumnSize) SetClock(c clock.Clock)

func (*IncreaseRunInfoColumnSize) SetCryptor

func (e *IncreaseRunInfoColumnSize) SetCryptor(cryptor encryption.Cryptor)

func (*IncreaseRunInfoColumnSize) SetDBFlavor

func (e *IncreaseRunInfoColumnSize) SetDBFlavor(flavor string)

func (*IncreaseRunInfoColumnSize) SetRawSQLDB

func (e *IncreaseRunInfoColumnSize) SetRawSQLDB(db *sql.DB)

func (*IncreaseRunInfoColumnSize) String

func (e *IncreaseRunInfoColumnSize) String() string

func (*IncreaseRunInfoColumnSize) Up

func (*IncreaseRunInfoColumnSize) Version

func (e *IncreaseRunInfoColumnSize) Version() int64

type IncreaseTaskErrorColumns

type IncreaseTaskErrorColumns struct {
	// contains filtered or unexported fields
}

func (*IncreaseTaskErrorColumns) SetClock

func (e *IncreaseTaskErrorColumns) SetClock(c clock.Clock)

func (*IncreaseTaskErrorColumns) SetCryptor

func (e *IncreaseTaskErrorColumns) SetCryptor(cryptor encryption.Cryptor)

func (*IncreaseTaskErrorColumns) SetDBFlavor

func (e *IncreaseTaskErrorColumns) SetDBFlavor(flavor string)

func (*IncreaseTaskErrorColumns) SetRawSQLDB

func (e *IncreaseTaskErrorColumns) SetRawSQLDB(db *sql.DB)

func (*IncreaseTaskErrorColumns) String

func (e *IncreaseTaskErrorColumns) String() string

func (*IncreaseTaskErrorColumns) Up

func (*IncreaseTaskErrorColumns) Version

func (e *IncreaseTaskErrorColumns) Version() int64

type InitSQL

type InitSQL struct {
	// contains filtered or unexported fields
}

func (*InitSQL) SetClock

func (e *InitSQL) SetClock(c clock.Clock)

func (*InitSQL) SetCryptor

func (e *InitSQL) SetCryptor(cryptor encryption.Cryptor)

func (*InitSQL) SetDBFlavor

func (e *InitSQL) SetDBFlavor(flavor string)

func (*InitSQL) SetRawSQLDB

func (e *InitSQL) SetRawSQLDB(db *sql.DB)

func (*InitSQL) String

func (e *InitSQL) String() string

func (*InitSQL) Up

func (e *InitSQL) Up(logger lager.Logger) error

func (*InitSQL) Version

func (e *InitSQL) Version() int64

Jump to

Keyboard shortcuts

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