aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdump.scm5
1 files changed, 1 insertions, 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))