Allow longer final thesis titles ()

The titles entered are most often the same as the project title. The project title however has no length limit. When such a project tries to upload their final thesis the system will crash because the accepted long project title is rejected as the final thesis title.

This change removes the length limit on final thesis titles to bring them to parity with the project title.

See OTRS ticket [202411011026](https://otrs.dsv.su.se/otrs/index.pl?Action=AgentTicketZoom;TicketID=389771#1413199)

This change has already been done manually in the production system to resolve the above ticket.

## How to test
Submit a final thesis using a title longer than 255 characters and see that is accepted.

Reviewed-on: 
Reviewed-by: niat8586 <nico@dsv.su.se>
Co-authored-by: Andreas Svanberg <andreass@dsv.su.se>
Co-committed-by: Andreas Svanberg <andreass@dsv.su.se>
This commit is contained in:
Andreas Svanberg 2024-11-11 11:17:15 +01:00 committed by niat8586
parent ccac2c1cf8
commit 8e5c9f5687

@ -0,0 +1,3 @@
-- Match what project.title allows
ALTER TABLE `FinalThesis` MODIFY `englishTitle` LONGTEXT NULL;
ALTER TABLE `FinalThesis` MODIFY `swedishTitle` LONGTEXT NULL;