Bugzilla – Attachment 6477 Details for
Bug 7167
updatedatabase improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7167 testing patch [Signoff]
0001-Bug-7167-testing-patch.patch (text/plain), 1.89 KB, created by
Chris Nighswonger
on 2011-11-30 19:15:15 UTC
(
hide
)
Description:
Bug 7167 testing patch [Signoff]
Filename:
MIME Type:
Creator:
Chris Nighswonger
Created:
2011-11-30 19:15:15 UTC
Size:
1.89 KB
patch
obsolete
>From c51b6105228e050c047468f0ca010b5fb19bef6d Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 23 Nov 2011 16:12:11 +0100 >Subject: [PATCH 1/3] Bug 7167 testing patch >Content-Type: text/plain; charset="utf-8" > >This patch is just for testing purposes and must NOT be pushed in Koha >It adds 3 SQL files, that update Koha to 3.06.01.0003. They are usefull to test & validate the new updatedatabase system > >Signed-off-by: Chris Nighswonger <cnighswonger@foundations.edu> >--- > installer/data/mysql/versions/3.07.01.0001.sql | 3 +++ > installer/data/mysql/versions/3.07.01.0002.sql | 3 +++ > installer/data/mysql/versions/3.07.01.0003.sql | 3 +++ > 3 files changed, 9 insertions(+), 0 deletions(-) > create mode 100644 installer/data/mysql/versions/3.07.01.0001.sql > create mode 100644 installer/data/mysql/versions/3.07.01.0002.sql > create mode 100644 installer/data/mysql/versions/3.07.01.0003.sql > >diff --git a/installer/data/mysql/versions/3.07.01.0001.sql b/installer/data/mysql/versions/3.07.01.0001.sql >new file mode 100644 >index 0000000..48cba4d >--- /dev/null >+++ b/installer/data/mysql/versions/3.07.01.0001.sql >@@ -0,0 +1,3 @@ >+-- This is a comment >+DELIMITER ; >+CREATE TABLE FOO ( `version` varchar(32) DEFAULT NULL); >diff --git a/installer/data/mysql/versions/3.07.01.0002.sql b/installer/data/mysql/versions/3.07.01.0002.sql >new file mode 100644 >index 0000000..b599d54 >--- /dev/null >+++ b/installer/data/mysql/versions/3.07.01.0002.sql >@@ -0,0 +1,3 @@ >+-- This is a comment >+DELIMITER ; >+CREATE TABLE FOOBIS ( `version` varchar(32) DEFAULT NULL); >diff --git a/installer/data/mysql/versions/3.07.01.0003.sql b/installer/data/mysql/versions/3.07.01.0003.sql >new file mode 100644 >index 0000000..a3dbe2d >--- /dev/null >+++ b/installer/data/mysql/versions/3.07.01.0003.sql >@@ -0,0 +1,3 @@ >+-- table FOO again >+DELIMITER ; >+CREATE TABLE FOO ( `version` varchar(32) DEFAULT NULL); >-- >1.7.0.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 7167
:
6377
|
6378
|
6379
|
6381
|
6414
|
6415
|
6416
|
6476
|
6477
|
6478
|
6479
|
6722
|
6832
|
7903
|
8178
|
9859
|
9860
|
9861
|
9862
|
10033
|
10034
|
10549
|
10666
|
10667
|
10668
|
10825
|
11129
|
11222
|
11223
|
11224
|
11225
|
11226
|
11227
|
11228
|
11229
|
11230
|
11231
|
11232
|
11235
|
11236
|
11237
|
11238
|
11239
|
11240
|
11241
|
11242
|
11243
|
11244
|
11245
|
11246
|
11571
|
13423
|
13424
|
13425
|
13426
|
13427
|
13428
|
13429
|
13430
|
13431
|
13432
|
13433
|
13434
|
13435
|
13436
|
13437
|
13456
|
13457
|
13509
|
13516
|
13517
|
13518
|
13519
|
13520
|
13521
|
13522
|
13523
|
13524
|
13525
|
13526
|
13527
|
13528
|
13529
|
13733
|
13734
|
13842
|
13845
|
13848
|
13851
|
13852
|
13853
|
13854
|
14310
|
16113
|
16114
|
16115
|
16116
|
16117
|
16596