summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--database/eurephiadb_mapping.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/eurephiadb_mapping.h b/database/eurephiadb_mapping.h
index 45300d5..4549292 100644
--- a/database/eurephiadb_mapping.h
+++ b/database/eurephiadb_mapping.h
@@ -94,8 +94,8 @@ static eDBfieldMap eTblMap_certificates[] = {
{TABLE_CERTS, NULL, FIELD_RECID, ft_INT, "certid"},
{TABLE_CERTS, NULL, FIELD_CERTDEPTH, ft_INT, "depth"},
{TABLE_CERTS, NULL, FIELD_CERTDIGEST, ft_STRING, "digest"},
- {TABLE_CERTS, NULL, FIELD_CNAME, ft_STRING, "common_name"},
- {TABLE_CERTS, NULL, FIELD_ORG, ft_STRING, "organisation"},
+ {TABLE_CERTS, NULL, FIELD_CNAME, ft_STRING, "cname"},
+ {TABLE_CERTS, NULL, FIELD_ORG, ft_STRING, "org"},
{TABLE_CERTS, NULL, FIELD_EMAIL, ft_STRING, "email"},
{TABLE_CERTS, NULL, FIELD_REGISTERED, ft_DATETIME, "registered"},
{0, NULL, 0, ft_UNDEF, NULL}