Bugzilla – Attachment 46123 Details for
Bug 12375
Store serials enumeration data in separate fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12375 [2] - Update Serial schema file
Bug-12375-2---Update-Serial-schema-file.patch (text/plain), 1.99 KB, created by
Kyle M Hall (khall)
on 2015-12-31 12:31:38 UTC
(
hide
)
Description:
Bug 12375 [2] - Update Serial schema file
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-12-31 12:31:38 UTC
Size:
1.99 KB
patch
obsolete
>From 8438d7e07657906b490605433987a76f74a63fe3 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 5 Jun 2014 10:53:13 -0400 >Subject: [PATCH] Bug 12375 [2] - Update Serial schema file > >Signed-off-by: Paul Landers <paul.landers@ttuhsc.edu> >--- > Koha/Schema/Result/Serial.pm | 30 +++++++++++++++++++++++++++--- > 1 file changed, 27 insertions(+), 3 deletions(-) > >diff --git a/Koha/Schema/Result/Serial.pm b/Koha/Schema/Result/Serial.pm >index fb13528..059270c 100644 >--- a/Koha/Schema/Result/Serial.pm >+++ b/Koha/Schema/Result/Serial.pm >@@ -50,6 +50,24 @@ __PACKAGE__->table("serial"); > is_nullable: 0 > size: 100 > >+=head2 serialseq_x >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 100 >+ >+=head2 serialseq_y >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 100 >+ >+=head2 serialseq_z >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 100 >+ > =head2 status > > data_type: 'tinyint' >@@ -107,6 +125,12 @@ __PACKAGE__->add_columns( > { data_type => "varchar", default_value => "", is_nullable => 0, size => 100 }, > "serialseq", > { data_type => "varchar", default_value => "", is_nullable => 0, size => 100 }, >+ "serialseq_x", >+ { data_type => "varchar", is_nullable => 1, size => 100 }, >+ "serialseq_y", >+ { data_type => "varchar", is_nullable => 1, size => 100 }, >+ "serialseq_z", >+ { data_type => "varchar", is_nullable => 1, size => 100 }, > "status", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "planneddate", >@@ -155,9 +179,9 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-11-05 10:45:52 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cZDEO4olHbgGR1gmn5qgCw >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-12-31 11:56:58 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nJ8tcbP/wWWbIic0hSUmBA > > >-# You can replace this text with custom content, and it will be preserved on regeneration >+# You can replace this text with custom code or comments, and it will be preserved on regeneration > 1; >-- >2.1.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 12375
:
28675
|
28676
|
28677
|
28678
|
28679
|
28680
|
28681
|
28682
|
28683
|
28843
|
28844
|
28845
|
28846
|
29928
|
29929
|
30099
|
30100
|
30101
|
30102
|
30103
|
30104
|
30108
|
35155
|
35156
|
35157
|
35158
|
35159
|
35160
|
35161
|
40710
|
40711
|
40712
|
40713
|
40714
|
40715
|
40716
|
46122
| 46123 |
46124
|
46125
|
46126
|
46127
|
46128
|
46319