Allow longer final thesis titles #17

Merged
niat8586 merged 1 commits from longer-final-thesis-titles into develop 2024-11-11 11:17:15 +01:00

View File

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