Bugzilla – Attachment 156890 Details for
Bug 22188
Use publication date as numbering pattern
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22188: updating kohastructure.sql to include creation of pubdatepatternformat field
Bug-22188-updating-kohastructuresql-to-include-cre.patch (text/plain), 1.12 KB, created by
Danyon Sewell
on 2023-10-12 02:43:06 UTC
(
hide
)
Description:
Bug 22188: updating kohastructure.sql to include creation of pubdatepatternformat field
Filename:
MIME Type:
Creator:
Danyon Sewell
Created:
2023-10-12 02:43:06 UTC
Size:
1.12 KB
patch
obsolete
>From 62c044899eb293de99004499b48cc9f84f8a98e0 Mon Sep 17 00:00:00 2001 >From: danyonsewell <danyonsewell@catalyst.net.nz> >Date: Thu, 12 Oct 2023 02:21:10 +0000 >Subject: [PATCH] Bug 22188: updating kohastructure.sql to include creation of > pubdatepatternformat field > >Sponsored-by: Auckland University of Technology >--- > installer/data/mysql/kohastructure.sql | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 9c1b45ac45..1116728709 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -5535,6 +5535,7 @@ CREATE TABLE `subscription` ( > `itemtype` varchar(10) DEFAULT NULL, > `previousitemtype` varchar(10) DEFAULT NULL, > `mana_id` int(11) DEFAULT NULL, >+ `pubdatepatternformat` varchar(3) DEFAULT NULL, > `ccode` varchar(80) DEFAULT NULL COMMENT 'collection code to assign to serial items', > `published_on_template` TEXT DEFAULT NULL COMMENT 'Template Toolkit syntax to generate the default "Published on (text)" field when receiving an issue this serial', > PRIMARY KEY (`subscriptionid`), >-- >2.30.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 22188
:
84314
|
85415
|
85540
|
85541
|
85542
|
86419
|
87433
|
88830
|
91761
|
91762
|
92185
|
92186
|
92345
|
92364
|
94290
|
94291
|
156886
|
156887
|
156888
|
156889
|
156890
|
156891
|
157009
|
157010
|
157011
|
157012
|
157013
|
157014
|
157015
|
157179
|
158638
|
158659