de32d8429cda00666a74bddb93a1fd4ec4fcacc2
jnavarr5
  Mon May 12 15:50:16 2025 -0700
Updating the id field to use lstring since there was a complaint about the field being longer than 255 characters. No redmine.

diff --git src/hg/utils/otto/lovd/lovd.long.as src/hg/utils/otto/lovd/lovd.long.as
index be656d3e6a5..53bb900eaf4 100644
--- src/hg/utils/otto/lovd/lovd.long.as
+++ src/hg/utils/otto/lovd/lovd.long.as
@@ -1,17 +1,17 @@
 table lovd
 "Leiden Open Variation Database Public Variants"
     (
     string chrom;        "Chromosome (or contig, scaffold, etc.)"
     uint   chromStart;   "Start position in chromosome"
     uint   chromEnd;     "End position in chromosome"
     string name;         "Name of item"
     uint   score;      "Score from 0-1000"
     char[1] strand;    "+ or -"
     uint thickStart;   "Start of where display should be thick (start codon)"
     uint thickEnd;     "End of where display should be thick (stop codon)"
     uint reserved;     "Used as itemRgb as of 2004-11-22"
-    string id;           "Link to LOVD"
+    lstring id;           "Link to LOVD"
     string variantEffect; "Variant Effect"
     string lovdInstalls; "Number of LOVD installations reporting this variant"
     )