Bugzilla – Attachment 99307 Details for
Bug 17702
Create configuration for account credit types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17702: (QA follow-up) Add new field to kohastructure
Bug-17702-QA-follow-up-Add-new-field-to-kohastruct.patch (text/plain), 1.07 KB, created by
Kyle M Hall (khall)
on 2020-02-20 12:09:44 UTC
(
hide
)
Description:
Bug 17702: (QA follow-up) Add new field to kohastructure
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-02-20 12:09:44 UTC
Size:
1.07 KB
patch
obsolete
>From 50609ebdee68d3da2b2ec419b2fd119f24fd982b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 10 Feb 2020 14:30:19 +0000 >Subject: [PATCH] Bug 17702: (QA follow-up) Add new field to kohastructure > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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 f3b965f23c..8ec1791c66 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -2596,6 +2596,7 @@ CREATE TABLE `account_credit_types` ( > `description` varchar(200) DEFAULT NULL, > `can_be_added_manually` tinyint(4) NOT NULL DEFAULT 1, > `is_system` tinyint(1) NOT NULL DEFAULT 0, >+ `archived` tinyint(1) NOT NULL DEFAULT 0, -- boolean flag to denote if this till is archived or not > PRIMARY KEY (`code`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; > >-- >2.21.1 (Apple Git-122.3)
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 17702
:
57856
|
57857
|
57858
|
58066
|
85874
|
85875
|
85876
|
85877
|
98564
|
98659
|
98660
|
99306
| 99307 |
99322
|
99454