Bug 16402: Fix fox existing installations
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 9 May 2016 14:08:56 +0000 (15:08 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 16 May 2016 17:07:28 +0000 (17:07 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_16402.sql [new file with mode: 0644]

diff --git a/installer/data/mysql/atomicupdate/bug_16402.sql b/installer/data/mysql/atomicupdate/bug_16402.sql
new file mode 100644 (file)
index 0000000..914e791
--- /dev/null
@@ -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 '';