17f24dd9d13da96fc5492b03cd0a27b769f31673 braney Thu Mar 6 14:38:36 2014 -0800 more UCSC genes changes. diff --git src/hg/lib/cgapBiocDesc.sql src/hg/lib/cgapBiocDesc.sql index ca6405bd..2c62797 100644 --- src/hg/lib/cgapBiocDesc.sql +++ src/hg/lib/cgapBiocDesc.sql @@ -1,6 +1,6 @@ CREATE TABLE cgapBiocDesc ( mapID varchar(40) NOT NULL default '', description varchar(255) NOT NULL default '', KEY mapID (mapID) -) TYPE=MyISAM; +) ENGINE=MyISAM;