From 55fd04832deb8da43ff58da8d382d9035a44fe7c Mon Sep 17 00:00:00 2001 From: Robert Johnson Nallori Date: Mon, 19 Feb 2024 20:25:19 +0530 Subject: [PATCH] Fix Cannot create a UNIQUE key from More dropdown Signed-off-by: Robert Johnson Nallori --- templates/table/structure/display_structure.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/table/structure/display_structure.twig b/templates/table/structure/display_structure.twig index c8208b0646..4bc5e3f399 100644 --- a/templates/table/structure/display_structure.twig +++ b/templates/table/structure/display_structure.twig @@ -148,7 +148,7 @@
  • - {% if type == 'text' or type == 'blob' or tbl_storage_engine == 'ARCHIVE' or field_name in columns_with_unique_index %} + {% if type == 'text' or type == 'blob' or tbl_storage_engine == 'ARCHIVE' %} {{ get_icon('bd_unique', 'Unique'|trans) }} {% else %}