scripts

package
v0.0.0-...-0907076 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckIfUpdateToConfigV3IsRequired

func CheckIfUpdateToConfigV3IsRequired(ec *cli.ExecutionContext) error

func CopyState

func CopyState(ec *cli.ExecutionContext, sourceDatabase, destDatabase string) error

func UpdateProjectV3

func UpdateProjectV3(opts UpdateProjectV3Opts) error

UpdateProjectV3 will help a project directory move from a single The project is expected to be in Config V2

Types

type UpdateProjectV3Opts

type UpdateProjectV3Opts struct {
	EC *cli.ExecutionContext
	Fs afero.Fs
	// Path to project directory
	ProjectDirectory string
	// Directory in which migrations are stored
	MigrationsAbsDirectoryPath string
	SeedsAbsDirectoryPath      string
	TargetDatabase             string
	Force                      bool
	MoveStateOnly              bool
	Logger                     *logrus.Logger
}

Jump to

Keyboard shortcuts

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