Skip to content

Commit

Permalink
Wrong doc reference for table.index (knex#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenallenaz committed Mar 17, 2022
1 parent 70184b0 commit b68738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export default class Sidebar extends Component {
<li><a href="#Schema-collate">collate</a></li>
<li><a href="#Schema-inherits">inherits</a></li>
<li><a href="#Schema-specificType">specificType</a></li>
<li><a href="#Schema-index">index</a></li>
<li><a href="#Schema-table-index">index</a></li>
<li><a href="#Schema-dropIndex">dropIndex</a></li>
<li><a href="#Schema-setNullable">setNullable</a></li>
<li><a href="#Schema-dropNullable">dropNullable</a></li>
Expand Down

0 comments on commit b68738e

Please sign in to comment.