From d976ac514f1efd2995893f0092f979ceaca71463 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Fri, 9 Feb 2024 23:52:06 +0100 Subject: [PATCH] docs(sidebar): add missing `ban-drop-column` (#342) Page for `ban-drop-column` [exists](https://squawkhq.com/docs/ban-drop-column/), but it is not listed in the sidebar, for easier access. --- docs/sidebars.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index bbf7c784..1f5e6a0a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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", @@ -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 ], },