Fix conflicting short flag -u when executing sea-orm-cli migrate generate command (#1157)

This commit is contained in:
Billy Chan 2022-10-26 21:01:24 +08:00 committed by GitHub
parent 32061e30b5
commit 9108e74dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,6 @@ pub enum MigrateSubcommands {
#[clap(
action,
short,
long,
help = "Generate migration file based on Utc time instead of Local time"
)]