payload icon indicating copy to clipboard operation
payload copied to clipboard

feat: add skip and force accept flags to migration commands

Open jessrynkar opened this issue 1 year ago • 1 comments

  1. Adds flag --skip-empty to migrate:create to bypass the empty migration file prompt.
    • Blank migration file will not be created if this flag is passed.
  2. Adds flag --force-accept-warning to migrate:fresh to bypass the drop database prompt

jessrynkar avatar Oct 23 '24 18:10 jessrynkar

Latest iteration seems to have broken the migration commands. Any migration command gives No migration command provided. Tested on canary 3.0.0-canary.3eda767.

denolfe avatar Oct 29 '24 18:10 denolfe

🚀 This is included in version v3.1.0

github-actions[bot] avatar Nov 22 '24 17:11 github-actions[bot]