Skip to content
Snippets Groups Projects

feat: migration:reset additional options.

1 unresolved thread

Additional options to drush migrate:reset.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
687 687 aliases: ['mrs', 'migrate-reset-status']
688 688 )]
689 689 #[Argument(name: 'migration_id', description: 'The ID of migration to reset.')]
690 #[CLI\Option(name: 'all', description: 'Process all migrations')]
691 #[CLI\Option(name: 'group', description: 'A comma-separated list of migration groups to reset')]
692 #[CLI\Option(name: 'tag', description: 'A comma-separated list of migration tags to reset')]
  • Comment on lines +690 to +692

    Shouldn't this follow the same notation as in the other methods?

    Suggested change
    690 #[CLI\Option(name: 'all', description: 'Process all migrations')]
    691 #[CLI\Option(name: 'group', description: 'A comma-separated list of migration groups to reset')]
    692 #[CLI\Option(name: 'tag', description: 'A comma-separated list of migration tags to reset')]
    690 #[Option(name: 'all', description: 'Process all migrations')]
    691 #[Option(name: 'group', description: 'A comma-separated list of migration groups to reset')]
    692 #[Option(name: 'tag', description: 'ID of the migration tag to reset')]
  • Please register or sign in to reply
Please register or sign in to reply
Loading