migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Add config to not register reset command

Open slischka opened this issue 7 years ago • 0 comments

Why: To protect production environment from destructive behaviors

Solutions:

  1. BC break but safer config example: enableResetCommand: true # default: false

  2. Not BC break but less safer config example: disableResetCommand: true # default: false

slischka avatar Jul 26 '18 14:07 slischka