Skip to content
Snippets Groups Projects
Commit a876cbc9 authored by Ian Longden's avatar Ian Longden
Browse files

url can be over 255 characters so change it to mediumtext

parent d17aab44
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ CREATE TABLE source_url (
source_url_id int unsigned not null auto_increment,
source_id int unsigned not null,
species_id int unsigned not null,
url varchar(255),
url mediumtext,
checksum varchar(255),
file_modified_date datetime,
upload_date datetime,
......
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