Bugzilla – Attachment 98660 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), 1023 bytes, created by
Martin Renvoize (ashimema)
on 2020-02-10 14:36:23 UTC
(
hide
)
Description:
Bug 17702: (QA follow-up) Add new field to kohastructure
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-10 14:36:23 UTC
Size:
1023 bytes
patch
obsolete
>From 7c25c282f789f92d055ce0833f35ed8fb1e625ae 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> >--- > 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 a82a20830b..1ca9fde521 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -2593,6 +2593,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.20.1
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