EPrints Technical Mailing List Archive

Message: #07536


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] resize name-Field


Hi,

i need to resized the eprint_creators_name.creators_name_given because we really have a creator with 9(!) given names…


did someone „out there“ did that?   do i need to do something else but:

1. DB-change: ALTER Table eprint_creators_name Modify  COLUMN creators_name_given varchar(100) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL;
2. change the maxlength  in EPrints/MetaField/Name.pm   for sub_name „given“:     { sub_name => „given“, type => „text", maxlength => 100, input_cols => 25, },


Tanks & Regards


Avi