Bugzilla – Attachment 80104 Details for
Bug 18591
Allow an arbitrary number of comments on ILLs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18591: (QA follow-up) Fix merge error in kohastructure.sql
Bug-18591-QA-follow-up-Fix-merge-error-in-kohastru.patch (text/plain), 1.17 KB, created by
Katrin Fischer
on 2018-10-05 14:21:00 UTC
(
hide
)
Description:
Bug 18591: (QA follow-up) Fix merge error in kohastructure.sql
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-10-05 14:21:00 UTC
Size:
1.17 KB
patch
obsolete
>From 0558819523d789907fe91594ba44de8df6421770 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 5 Oct 2018 14:15:42 +0000 >Subject: [PATCH] Bug 18591: (QA follow-up) Fix merge error in > kohastructure.sql > >--- > installer/data/mysql/kohastructure.sql | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index ea37848..280dd35 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -4208,11 +4208,13 @@ CREATE TABLE `oauth_access_tokens` ( > `client_id` VARCHAR(191) NOT NULL, -- the client id the access token belongs to > `expires` INT NOT NULL, -- expiration time in seconds > PRIMARY KEY (`access_token`) >+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; > >+-- > -- Table structure for table illcomments > -- > >-DROP TABLE IF EXISTS illcomments; >+DROP TABLE IF EXISTS `illcomments`; > CREATE TABLE illcomments ( > illcomment_id int(11) NOT NULL AUTO_INCREMENT, -- Unique ID of the comment > illrequest_id bigint(20) unsigned NOT NULL, -- ILL request number >-- >2.1.4
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 18591
:
69234
|
69272
|
69273
|
69274
|
69275
|
74964
|
74965
|
74966
|
79518
|
79519
|
80077
|
80078
|
80079
|
80081
|
80084
|
80101
|
80102
|
80103
|
80104
|
80105
|
80227
|
80228
|
80229
|
80230