Skip to content

Commit

Permalink
migrate/down: allow provide dev-url from atlas.hcl (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm authored Dec 11, 2024
1 parent 01370fa commit 8bd94f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate/down/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inputs:
description: |
The URL of the dev-database to use for analysis. For example: `mysql://root:pass@localhost:3306/dev`.
Read more about [dev-databases](https://atlasgo.io/concepts/dev-database).
required: true
required: false
url:
description: "The URL of the target database. For example: `mysql://root:pass@localhost:3306/dev`."
required: false
Expand Down

0 comments on commit 8bd94f1

Please sign in to comment.