Bugzilla – Attachment 49404 Details for
Bug 16007
Correction of 'Remove columns branchcode, categorytype from table overduerules_transport_types'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Schema update
Schema-update.patch (text/plain), 1.61 KB, created by
Mark Tompsett
on 2016-03-21 19:28:56 UTC
(
hide
)
Description:
Schema update
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2016-03-21 19:28:56 UTC
Size:
1.61 KB
patch
obsolete
>From b576d1916f76c00a81e9cbe2555b757854efd754 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Mon, 21 Mar 2016 15:26:43 -0400 >Subject: [PATCH] Schema update > >https://bugs.koha-community.org/show_bug.cgi?id=16007 >--- > Koha/Schema/Result/OverduerulesTransportType.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/OverduerulesTransportType.pm b/Koha/Schema/Result/OverduerulesTransportType.pm >index b412df8..c427993 100644 >--- a/Koha/Schema/Result/OverduerulesTransportType.pm >+++ b/Koha/Schema/Result/OverduerulesTransportType.pm >@@ -29,6 +29,12 @@ __PACKAGE__->table("overduerules_transport_types"); > is_auto_increment: 1 > is_nullable: 0 > >+=head2 letternumber >+ >+ data_type: 'integer' >+ default_value: 1 >+ is_nullable: 0 >+ > =head2 message_transport_type > > data_type: 'varchar' >@@ -48,6 +54,8 @@ __PACKAGE__->table("overduerules_transport_types"); > __PACKAGE__->add_columns( > "id", > { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, >+ "letternumber", >+ { data_type => "integer", default_value => 1, is_nullable => 0 }, > "message_transport_type", > { > data_type => "varchar", >@@ -105,8 +113,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-01-06 12:00:28 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KYpSfCfzkLxRYI2pQY5Htg >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-03-21 15:26:12 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PBTwIhjc4ypkZxaevkJoxw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >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 16007
:
49398
|
49401
|
49402
|
49403
|
49404
|
49455
|
49514
|
49515