Skip to content

Commit

Permalink
Fix conflicting short flag -u when executing `sea-orm-cli migrate g…
Browse files Browse the repository at this point in the history
…enerate` command (#1157)
  • Loading branch information
billy1624 authored Oct 26, 2022
1 parent 32061e3 commit 9108e74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sea-orm-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ pub enum MigrateSubcommands {

#[clap(
action,
short,
long,
help = "Generate migration file based on Utc time instead of Local time"
)]
Expand Down

0 comments on commit 9108e74

Please sign in to comment.