Skip to content

Commit

Permalink
chore: add some missing options to dropIndex documentation (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomskopek authored Dec 16, 2021
1 parent a1ae5ac commit cb0ed6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@
- `columns` _[string or array of strings]_ - column names, used only to infer an index name
- `options` _[index options]_ - optional options:
- `name` _[string]_ - name of the index to drop
- `concurrently` _[boolean]_ - drop this index concurrently
- `ifExists` _[boolean]_ - default false
- `cascade` _[boolean]_ - default false

0 comments on commit cb0ed6d

Please sign in to comment.