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 005df13 commit ba37279Copy full SHA for ba37279
refinery_cli/src/cli.rs
@@ -44,11 +44,11 @@ pub struct MigrateArgs {
44
#[clap(long, default_value = "refinery_schema_history")]
45
pub table_name: String,
46
47
- /// Migrate even if divergent migrations are found
+ /// Should abort if divergent migrations are found
48
#[clap(short)]
49
pub divergent: bool,
50
51
- /// Migrate even if missing migrations are found
+ /// Should abort if missing migrations are found
52
53
pub missing: bool,
54
}
0 commit comments