Bugzilla – Attachment 126414 Details for
Bug 14367
History for MARC records. Roll back changes on a timeline or per field.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14367: Updated schema files
Bug-14367-Updated-schema-files.patch (text/plain), 1.40 KB, created by
Aleisha Amohia
on 2021-10-18 01:08:58 UTC
(
hide
)
Description:
Bug 14367: Updated schema files
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2021-10-18 01:08:58 UTC
Size:
1.40 KB
patch
obsolete
>From 92a04679effc51720e25aef459e8b758844875f5 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 18 Oct 2021 14:08:16 +1300 >Subject: [PATCH] Bug 14367: Updated schema files > >--- > Koha/Schema/Result/BiblioMetadata.pm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/BiblioMetadata.pm b/Koha/Schema/Result/BiblioMetadata.pm >index aa1a7b25ee..002c5a14ba 100644 >--- a/Koha/Schema/Result/BiblioMetadata.pm >+++ b/Koha/Schema/Result/BiblioMetadata.pm >@@ -52,6 +52,11 @@ __PACKAGE__->table("biblio_metadata"); > data_type: 'longtext' > is_nullable: 0 > >+=head2 history >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ > =head2 timestamp > > data_type: 'timestamp' >@@ -72,6 +77,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 0, size => 16 }, > "metadata", > { data_type => "longtext", is_nullable => 0 }, >+ "history", >+ { data_type => "longtext", is_nullable => 1 }, > "timestamp", > { > data_type => "timestamp", >@@ -132,8 +139,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-30 11:34:16 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FJk/YOw8Y/QRmmPPL3G5qQ >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-10-18 13:53:14 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dNILVNoRNof9hJmIcSQbzw > > sub koha_object_class { > 'Koha::Biblio::Metadata'; >-- >2.11.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 14367
:
41642
|
56613
|
64243
|
84841
|
84842
|
84859
|
88827
|
88828
|
88829
|
102065
|
102066
|
102067
|
102173
|
102174
|
102175
|
110138
|
110139
|
110140
|
110225
|
110226
|
110227
|
110442
|
110443
|
110444
|
110489
|
110490
|
110491
|
116621
|
120480
|
121025
|
121076
|
126413
|
126414
|
131214
|
131215
|
145655
|
145656
|
146997
|
146998