From 9cd5bbb09b4c0742bea501a98d061b3842b09348 Mon Sep 17 00:00:00 2001 From: Niklas Date: Fri, 30 Sep 2022 23:06:32 +0000 Subject: Add another database page to navigation --- content/_data/navigation.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml index 62f5689d..e0fc1a43 100644 --- a/content/_data/navigation.yaml +++ b/content/_data/navigation.yaml @@ -2738,6 +2738,8 @@ sections: doc_url: 'ee/development/database/query_recorder.html' - doc_title: SQL guidelines doc_url: 'ee/development/sql.html' + - doc_title: Strings and the Text data type + doc_url: 'ee/development/database/strings_and_the_text_data_type.html' - doc_title: Swapping tables doc_url: 'ee/development/database/swapping_tables.html' - doc_title: Table partitioning -- cgit v1.2.3