Skip to content

Commit

Permalink
fix(command-reference): Remove duplicated Arguments table (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Jul 6, 2021
1 parent 6bcc081 commit fad88c6
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -654,12 +654,6 @@ npx prisma db push --schema=/tmp/schema.prisma
},
```

#### Arguments

| Argument | Required | Description | Default |
| :--------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------- |
| `--schema` | No | Specifies the path to the desired schema.prisma file to be processed instead of the default path. Both absolute and relative paths are supported. | `./schema.prisma`<br /> `./prisma/schema.prisma` |

#### Options

| Options | Required | Description |
Expand Down

0 comments on commit fad88c6

Please sign in to comment.