Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIfUpdateToConfigV3IsRequired ¶
func CheckIfUpdateToConfigV3IsRequired(ec *cli.ExecutionContext) 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 }
Click to show internal directories.
Click to hide internal directories.