mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
parent
e49655e75b
commit
b6780e8a15
@ -39,7 +39,7 @@ func newMigrateSquashCmd(ec *cli.ExecutionContext) *cobra.Command {
|
||||
}
|
||||
|
||||
f := migrateSquashCmd.Flags()
|
||||
f.Uint64Var(&opts.from, "from", 0, "start squashing form this version")
|
||||
f.Uint64Var(&opts.from, "from", 0, "start squashing from this version")
|
||||
f.StringVar(&opts.name, "name", "squashed", "name for the new squashed migration")
|
||||
f.BoolVar(&opts.deleteSource, "delete-source", false, "delete the source files after squashing without any confirmation")
|
||||
|
||||
|
@ -38,7 +38,7 @@ Options
|
||||
::
|
||||
|
||||
--delete-source delete the source files after squashing without any confirmation
|
||||
--from uint start squashing form this version
|
||||
--from uint start squashing from this version
|
||||
-h, --help help for squash
|
||||
--name string name for the new squashed migration (default "squashed")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user