From 2a384648c1d16db3fed01b9b40a1686c1819be79 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 1 Apr 2022 09:06:43 +0000 Subject: [PATCH] Bug 2222: Adjust kohastructure Content-Type: text/plain; charset=utf-8 Test plan: See next patch. Signed-off-by: Marcel de Rooy --- installer/data/mysql/kohastructure.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 69b3613963..faa5f61b9d 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -863,7 +863,6 @@ CREATE TABLE `auth_subfield_structure` ( `hidden` tinyint(3) NOT NULL DEFAULT 0, `linkid` tinyint(1) NOT NULL DEFAULT 0, `kohafield` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT '', - `frameworkcode` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `defaultvalue` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `display_order` int(2) NOT NULL DEFAULT 0, PRIMARY KEY (`authtypecode`,`tagfield`,`tagsubfield`), -- 2.20.1