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

Extended xref.display_label to 255 chars (from 40) to deal with "[from ..."...

Extended xref.display_label to 255 chars (from 40) to deal with "[from ..." suffix for projected names.
parent 3128d1b0
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(40) not null,
display_label VARCHAR(255) 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