Skip to content

Commit

Permalink
docs(sidebar): add missing ban-drop-column (#342)
Browse files Browse the repository at this point in the history
Page for `ban-drop-column` [exists](https://squawkhq.com/docs/ban-drop-column/), but it is not listed in the sidebar, for easier access.
  • Loading branch information
mkniewallner authored Feb 9, 2024
1 parent 6437c3c commit d976ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = {
"adding-required-field",
"adding-serial-primary-key-field",
"ban-char-field",
"ban-concurrent-index-creation-in-transaction",
"ban-drop-column",
"ban-drop-database",
"ban-drop-not-null",
"ban-drop-table",
Expand All @@ -27,7 +29,6 @@ module.exports = {
"require-concurrent-index-creation",
"require-concurrent-index-deletion",
"transaction-nesting",
"ban-concurrent-index-creation-in-transaction",
// generator::new-rule-above
],
},
Expand Down

0 comments on commit d976ac5

Please sign in to comment.