Enable --universal-time by default

This commit is contained in:
Chris Tsang 2023-01-24 14:00:47 +08:00 committed by GitHub
parent 9f6b5664eb
commit 25bc625fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ pub enum MigrateSubcommands {
#[clap(
action,
long,
default_value = "true",
help = "Generate migration file based on Utc time instead of Local time"
)]
universal_time: bool,