migrations
migrations copied to clipboard
Add config to not register reset command
Why: To protect production environment from destructive behaviors
Solutions:
-
BC break but safer config example:
enableResetCommand: true # default: false -
Not BC break but less safer config example:
disableResetCommand: true # default: false