|
Description
Michael Hafen
2025-12-16 18:40:07 UTC
Created attachment 190558 [details] [review] Bug 41460: Remove default value from mediumtext column systempreferences.value Bug 41460: Remove default value from mediumtext column systempreferences.value Mysql doesn't allow text type columns to have a default. I think this is a trivial patch. Any hints on how to test this using KTD? MySQL 8 ? Then you need to adjust this one: installer/data/mysql/kohastructure.sql 6680 `value` mediumtext NOT NULL DEFAULT '' COMMENT 'system preference values', Created attachment 190960 [details] [review] Bug 41460: Remove default value from mediumtext column systempreferences.value Mysql doesn't allow text type columns to have a default. I think you need to add an atomic update for main as well, and that will then allow people to test "main' as well. Created attachment 191330 [details] [review] Bug 41460: Remove default value from mediumtext column systempreferences.value Mysql doesn't allow text type columns to have a default. Happy to test, but don't know enough about how to test this without a test plan. Have added a related bug that deals with other system preference related issues. |