From 6211aa822285e5511b5700804cc3d1e49e8c2669 Mon Sep 17 00:00:00 2001 From: Chris Clark Date: Sun, 20 Oct 2024 16:21:45 -0700 Subject: [PATCH] removing truncation - this is basically documentation --- explorer/templates/assistant/table_description_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/templates/assistant/table_description_list.html b/explorer/templates/assistant/table_description_list.html index 56410c1e..8ba9ccdf 100644 --- a/explorer/templates/assistant/table_description_list.html +++ b/explorer/templates/assistant/table_description_list.html @@ -21,7 +21,7 @@

Table Annotations

{{ table_description.database_connection }} {{ table_description.table_name }} - {{ table_description.description|truncatewords:20 }} + {{ table_description.description }}