Bugzilla – Attachment 155608 Details for
Bug 34789
Fix typo in erm_eholdings_titles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34789: DBIC file
Bug-34789-DBIC-file.patch (text/plain), 2.58 KB, created by
Matt Blenkinsop
on 2023-09-14 12:29:40 UTC
(
hide
)
Description:
Bug 34789: DBIC file
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-09-14 12:29:40 UTC
Size:
2.58 KB
patch
obsolete
>From 7e0171f3f47380738b741b4d1e04bab4820b7dae Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 14 Sep 2023 12:25:21 +0000 >Subject: [PATCH] Bug 34789: DBIC file > >--- > Koha/Schema/Result/ErmEholdingsTitle.pm | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-) > >diff --git a/Koha/Schema/Result/ErmEholdingsTitle.pm b/Koha/Schema/Result/ErmEholdingsTitle.pm >index 2ebfbf48ec..26466f9de1 100644 >--- a/Koha/Schema/Result/ErmEholdingsTitle.pm >+++ b/Koha/Schema/Result/ErmEholdingsTitle.pm >@@ -39,9 +39,8 @@ primary key > > =head2 publication_title > >- data_type: 'varchar' >+ data_type: 'mediumtext' > is_nullable: 1 >- size: 255 > > =head2 external_id > >@@ -123,9 +122,8 @@ primary key > > =head2 notes > >- data_type: 'varchar' >+ data_type: 'mediumtext' > is_nullable: 1 >- size: 255 > > =head2 publisher_name > >@@ -175,7 +173,7 @@ primary key > is_nullable: 1 > size: 255 > >-=head2 preceeding_publication_title_id >+=head2 preceding_publication_title_id > > data_type: 'varchar' > is_nullable: 1 >@@ -195,7 +193,7 @@ __PACKAGE__->add_columns( > "biblio_id", > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, > "publication_title", >- { data_type => "varchar", is_nullable => 1, size => 255 }, >+ { data_type => "mediumtext", is_nullable => 1 }, > "external_id", > { data_type => "varchar", is_nullable => 1, size => 255 }, > "print_identifier", >@@ -223,7 +221,7 @@ __PACKAGE__->add_columns( > "coverage_depth", > { data_type => "varchar", is_nullable => 1, size => 255 }, > "notes", >- { data_type => "varchar", is_nullable => 1, size => 255 }, >+ { data_type => "mediumtext", is_nullable => 1 }, > "publisher_name", > { data_type => "varchar", is_nullable => 1, size => 255 }, > "publication_type", >@@ -240,7 +238,7 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 255 }, > "parent_publication_title_id", > { data_type => "varchar", is_nullable => 1, size => 255 }, >- "preceeding_publication_title_id", >+ "preceding_publication_title_id", > { data_type => "varchar", is_nullable => 1, size => 255 }, > "access_type", > { data_type => "varchar", is_nullable => 1, size => 255 }, >@@ -296,8 +294,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-22 11:41:06 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+DZRDExmVLe+MBtk+TEhJw >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-09-13 11:06:45 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SOFpN45kBTi/qvW5OBnYDA > > sub koha_objects_class { > 'Koha::ERM::EHoldings::Titles'; >-- >2.37.1 (Apple Git-137.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 34789
:
155607
|
155608
|
155609
|
155610
|
155730
|
155731
|
155732
|
155733
|
155750
|
155751
|
155752
|
155753
|
155754
|
155887