cbioportal
cbioportal copied to clipboard
Add indexes to database scheme
Fix cBioPortal/icebox#469 cBioPortal/cbioportal#10411
This pr fixes two things:
- The scheme is out of sync between
cgds.sql
andmigration.sql
, sync it again - Put a limit on
VALUE
field inclinical_event_data
table to avoid the key overlength issue (max key length is 3072 bytes, for MySQL 8 default character set utf8mb4, max characters length are 768)