From 9824c24d9910c7503d2eafe074c8b6c7ec6641d6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 30 Oct 2022 16:11:53 +0530 Subject: Do not deduplicate the AvgMethod table. The AvgMethod table no longer has duplicate "N/A" records. * dump.scm (dump-avg-method): Do not deduplicate the AvgMethod table. --- dump.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dump.scm b/dump.scm index 439f9e2..fd7e700 100755 --- a/dump.scm +++ b/dump.scm @@ -573,10 +573,7 @@ must be remedied." (define-dump dump-avg-method ;; The Name and Normalization fields seem to be the same. Dump only ;; the Name field. - ;; - ;; There are two records with Name as "N/A". Deduplicate. - (tables (AvgMethod) - "GROUP BY Name") + (tables (AvgMethod)) (schema-triples (gn:name rdfs:range rdfs:Literal)) (triples (avg-method-name->id (field AvgMethod Name)) -- cgit v1.2.3