add -s alias to migrate create command
This commit is contained in:
@@ -60,6 +60,7 @@ func MigrateCreateCmd(sqlo dbx.SQLOFunc, deps appcli.DepFn) *cli.Command {
|
|||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "sequential",
|
Name: "sequential",
|
||||||
|
Aliases: []string{"s"},
|
||||||
Usage: "Create migration in sequential mode",
|
Usage: "Create migration in sequential mode",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user