Bug 38522: update kohastructure.sql

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Andrew Fuerste-Henry 2024-11-22 20:10:24 +00:00 committed by Katrin Fischer
parent 2512392b2a
commit 73c7acd33f
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -2981,7 +2981,7 @@ CREATE TABLE `erm_agreements` (
`closure_reason` varchar(80) DEFAULT NULL COMMENT 'reason of the closure',
`is_perpetual` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'is the agreement perpetual',
`renewal_priority` varchar(80) DEFAULT NULL COMMENT 'priority of the renewal',
`license_info` varchar(80) DEFAULT NULL COMMENT 'info about the license',
`license_info` mediumtext DEFAULT NULL COMMENT 'info about the license',
PRIMARY KEY (`agreement_id`),
KEY `erm_agreements_ibfk_1` (`vendor_id`),
CONSTRAINT `erm_agreements_ibfk_1` FOREIGN KEY (`vendor_id`) REFERENCES `aqbooksellers` (`id`) ON DELETE SET NULL ON UPDATE CASCADE