Skip to content
Snippets Groups Projects
Commit c92db13e authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Reduced size of xref.display_label to keep size of index down.

parent 2a91c4ee
No related branches found
No related tags found
No related merge requests found
......@@ -652,7 +652,7 @@ CREATE TABLE xref (
xref_id INT unsigned not null auto_increment,
external_db_id int not null,
dbprimary_acc VARCHAR(40) not null,
display_label VARCHAR(255) not null,
display_label VARCHAR(128) not null,
version VARCHAR(10) DEFAULT '' NOT NULL,
description VARCHAR(255),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment