We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8613492 commit 64dbe31Copy full SHA for 64dbe31
cmd/pg-schema-diff/apply_cmd.go
@@ -26,7 +26,7 @@ func buildApplyCmd() *cobra.Command {
26
allowedHazardsTypesStrs := cmd.Flags().StringSlice("allow-hazards", nil,
27
"Specify the hazards that are allowed. Order does not matter, and duplicates are ignored. If the"+
28
" migration plan contains unwanted hazards (hazards not in this list), then the migration will fail to run"+
29
- " (example: --allowed-hazards DELETES_DATA,INDEX_BUILD)")
+ " (example: --allow-hazards DELETES_DATA,INDEX_BUILD)")
30
skipConfirmPrompt := cmd.Flags().Bool("skip-confirm-prompt", false, "Skips prompt asking for user to confirm before applying")
31
cmd.RunE = func(cmd *cobra.Command, args []string) error {
32
logger := log.SimpleLogger()
0 commit comments