Skip to content

Commit

Permalink
make atlas command copypastable
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 27, 2024
1 parent cbdc0a5 commit ee7f666
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@ Or manually run:
Run this command to generate migration files needed for staging/prod database schema changes:

```shell
atlas migrate diff migration \
--dir "file://ent/migrate/migrations" \
--to "ent://ent/schema" \
--dev-url "docker://postgres/15/test?search_path=public"
atlas migrate diff migration --dir "file://ent/migrate/migrations" --to "ent://ent/schema" --dev-url "docker://postgres/15/test?search_path=public"
```

## API Spec Change (openapi.yml)
Expand Down

0 comments on commit ee7f666

Please sign in to comment.