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