Bugzilla – Attachment 174948 Details for
Bug 38522
Increase length of erm_argreements.license_info
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38522: update kohastructure.sql
Bug-38522-update-kohastructuresql.patch (text/plain), 1.24 KB, created by
Lucas Gass (lukeg)
on 2024-11-22 20:19:32 UTC
(
hide
)
Description:
Bug 38522: update kohastructure.sql
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-11-22 20:19:32 UTC
Size:
1.24 KB
patch
obsolete
>From 411c3b76f0dd4bc0d2ced2fa18af37c974adf6a3 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Fri, 22 Nov 2024 20:10:24 +0000 >Subject: [PATCH] Bug 38522: update kohastructure.sql > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index d368659571..1bb54a4f93 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -2982,7 +2982,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 >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38522
:
174946
|
174947
|
174948
|
174949
|
174950
|
175327
|
175332