()
| 154 | } |
| 155 | |
| 156 | func actionMigrateHelp() func(context *cli.Context) { |
| 157 | return func(context *cli.Context) { |
| 158 | migration.Help() |
| 159 | } |
| 160 | } |
| 161 | |
| 162 | func actionMigrateCreateInitialMigration() func(context *cli.Context) { |
| 163 | return func(c *cli.Context) { |