From 5bf59343439cb7382a8d5c5c6a11479f00dc2bf0 Mon Sep 17 00:00:00 2001 From: totoro Date: Thu, 19 Jan 2017 10:58:16 +0100 Subject: [PATCH] completely remove the "indexed" attribute --- types/model/columns.anubis | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/types/model/columns.anubis b/types/model/columns.anubis index cf998b9..0580101 100644 --- a/types/model/columns.anubis +++ b/types/model/columns.anubis @@ -14,7 +14,6 @@ transmit calexium_lib/web/CXM_json.anubis public type HK_Model_Attr: unique, // by default, the values in a column are not required to be all different -// indexed, // by default, a column is not indexed default(String), // default value (used in case of creation of a NON NULL column // in a table which already contains some rows) not_null. -- libgit2 0.21.4