migrate

package
v0.0.0-...-34e6419 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2021 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Migrate = &cobra.Command{
		Use:   "migrate",
		Short: "migrate database",
		PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
			getMigrationLink()
			getMigrationSource()
			return nil
		},
		RunE: func(cmd *cobra.Command, args []string) error {
			return cmd.Help()
		},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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