Bugzilla – Attachment 100434 Details for
Bug 17845
Printers related code should be removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17845: Schema changes
Bug-17845-Schema-changes.patch (text/plain), 1.44 KB, created by
Jonathan Druart
on 2020-03-10 10:13:21 UTC
(
hide
)
Description:
Bug 17845: Schema changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-10 10:13:21 UTC
Size:
1.44 KB
patch
obsolete
>From 8607940c196dfb2eaec54b73003660a24f8e3828 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 10 Mar 2020 11:12:12 +0100 >Subject: [PATCH] Bug 17845: Schema changes > >--- > Koha/Schema/Result/Branch.pm | 12 ++---------- > 1 file changed, 2 insertions(+), 10 deletions(-) > >diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm >index 6680195079..92aa05b220 100644 >--- a/Koha/Schema/Result/Branch.pm >+++ b/Koha/Schema/Result/Branch.pm >@@ -112,12 +112,6 @@ __PACKAGE__->table("branches"); > is_nullable: 1 > size: 15 > >-=head2 branchprinter >- >- data_type: 'varchar' >- is_nullable: 1 >- size: 100 >- > =head2 branchnotes > > data_type: 'longtext' >@@ -183,8 +177,6 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", is_nullable => 1 }, > "branchip", > { data_type => "varchar", is_nullable => 1, size => 15 }, >- "branchprinter", >- { data_type => "varchar", is_nullable => 1, size => 100 }, > "branchnotes", > { data_type => "longtext", is_nullable => 1 }, > "opac_info", >@@ -737,8 +729,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-12-26 10:51:35 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vxx2lpU/W6cC5muhVAO1jw >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-10 09:57:08 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:juk2V/100I2EIrxFNhjI7A > > __PACKAGE__->add_columns( > '+pickup_location' => { is_boolean => 1 } >-- >2.20.1
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 17845
:
79008
|
79553
|
79598
|
100396
|
100397
|
100398
|
100399
|
100400
|
100427
|
100428
|
100429
|
100430
|
100431
|
100432
|
100433
| 100434