Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "migrate", Usage: "Run migrations manually", Action: run, Flags: []cli.Flag{&cli.BoolFlag{ Name: "force", Aliases: []string{"f"}, Usage: "Run migrations whether or not no_auto_migrate is set in the config.", Value: false, }}, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.