Bugzilla – Attachment 51541 Details for
Bug 16402
DB structure cannot be loaded in MySQL 5.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16402: Fix fox existing installations
Bug-16402-Fix-fox-existing-installations.patch (text/plain), 852 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2016-05-16 15:38:10 UTC
(
hide
)
Description:
Bug 16402: Fix fox existing installations
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-05-16 15:38:10 UTC
Size:
852 bytes
patch
obsolete
>From 0a24c3974fa992adee99ea2cfd14d9eded7d6190 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 9 May 2016 15:08:56 +0100 >Subject: [PATCH] Bug 16402: Fix fox existing installations > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/atomicupdate/bug_16402.sql | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_16402.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_16402.sql b/installer/data/mysql/atomicupdate/bug_16402.sql >new file mode 100644 >index 0000000..914e791 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_16402.sql >@@ -0,0 +1,2 @@ >+alter table letter modify column branchcode varchar(10) not null default ''; >+alter table permissions modify column code varchar(64) not null default ''; >-- >2.7.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 16402
:
51046
|
51235
|
51301
|
51305
|
51328
|
51540
| 51541 |
51542