Skip to content

Commit

Permalink
chore: fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
divyenduz committed Jul 30, 2024
1 parent edb1d42 commit a2b77f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 020-Connect/015-CLI/010-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To start a new migration, use
xata migrate start main --migration-json '[{ "alter_column": { "table": "table", "column": "text", "type": "text", "up": "description", "down": "description" } }]'
```

OR
Or

If you want to have the pgroll migration in a separate file, use

Expand Down Expand Up @@ -158,7 +158,7 @@ There are other options available with `xata migrate` commands, use the followin
xata migrate --help
```

OR for sub-commands
Or for sub-commands

```bash
xata migrate start --help
Expand Down

0 comments on commit a2b77f4

Please sign in to comment.