Skip to content

Commit

Permalink
Use MIGRATION_DIR environment variable (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjunepark authored Dec 23, 2024
1 parent 525ec30 commit 3512c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sea-orm-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pub enum Commands {
global = true,
short = 'd',
long,
env = "MIGRATION_DIR",
help = "Migration script directory.
If your migrations are in their own crate,
you can provide the root of that crate.
Expand Down

0 comments on commit 3512c1f

Please sign in to comment.