Bugzilla – Attachment 170445 Details for
Bug 22972
Proposal for enriching the bibliographic records with standard identifiers from authority data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22972: Update DBIC schema
Bug-22972-Update-DBIC-schema.patch (text/plain), 1.49 KB, created by
Baptiste Wojtkowski (bwoj)
on 2024-08-16 09:03:10 UTC
(
hide
)
Description:
Bug 22972: Update DBIC schema
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2024-08-16 09:03:10 UTC
Size:
1.49 KB
patch
obsolete
>From 6dfc6a241080b48e5187ec1ca0987a726712a971 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 5 Apr 2023 09:39:08 +0200 >Subject: [PATCH] Bug 22972: Update DBIC schema > >--- > Koha/Schema/Result/AuthType.pm | 15 +++++++++++++-- > 1 file changed, 13 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/AuthType.pm b/Koha/Schema/Result/AuthType.pm >index ce57ceb..8796af8 100644 >--- a/Koha/Schema/Result/AuthType.pm >+++ b/Koha/Schema/Result/AuthType.pm >@@ -49,6 +49,15 @@ __PACKAGE__->table("auth_types"); > data_type: 'longtext' > is_nullable: 0 > >+=head2 subfield_to_report_in_1 >+ >+ data_type: 'varchar' >+ default_value: (empty string) >+ is_nullable: 0 >+ size: 5 >+ >+Authority subfield to report in biblio $1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -60,6 +69,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", default_value => "", is_nullable => 0, size => 3 }, > "summary", > { data_type => "longtext", is_nullable => 0 }, >+ "subfield_to_report_in_1", >+ { data_type => "varchar", default_value => "", is_nullable => 0, size => 5 }, > ); > > =head1 PRIMARY KEY >@@ -107,8 +118,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:USULz4Y8i0JC73GxcxJ+BA >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-05 09:38:32 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ObEH05kI+ozceFnaYBehyw > > sub koha_object_class { > 'Koha::Authority::Type'; >-- >2.43.0
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 22972
:
155890
|
155891
|
155892
|
170443
|
170444
| 170445