Bugzilla – Attachment 146998 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), 2.48 KB, created by
Aleisha Amohia
on 2023-02-21 03:30:27 UTC
(
hide
)
Description:
Bug 14367: Updated schema files
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2023-02-21 03:30:27 UTC
Size:
2.48 KB
patch
obsolete
>From 3c903336cd3d9bbf0aea5d1c7a703c6f6dccd87c Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 21 Feb 2023 00:17:41 +0000 >Subject: [PATCH] Bug 14367: Updated schema files > >--- > Koha/Schema/Result/BiblioMetadata.pm | 11 +++++++++-- > Koha/Schema/Result/DeletedbiblioMetadata.pm | 11 +++++++++-- > 2 files changed, 18 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/BiblioMetadata.pm b/Koha/Schema/Result/BiblioMetadata.pm >index aa1a7b25ee..5ffafa02de 100644 >--- a/Koha/Schema/Result/BiblioMetadata.pm >+++ b/Koha/Schema/Result/BiblioMetadata.pm >@@ -59,6 +59,11 @@ __PACKAGE__->table("biblio_metadata"); > default_value: current_timestamp > is_nullable: 0 > >+=head2 history >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -79,6 +84,8 @@ __PACKAGE__->add_columns( > default_value => \"current_timestamp", > is_nullable => 0, > }, >+ "history", >+ { data_type => "longtext", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -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.07049 @ 2023-02-21 00:16:42 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:R+iWlj9FmE4X/VtbwKdm0g > > sub koha_object_class { > 'Koha::Biblio::Metadata'; >diff --git a/Koha/Schema/Result/DeletedbiblioMetadata.pm b/Koha/Schema/Result/DeletedbiblioMetadata.pm >index 17406b9ca4..7e4b56f987 100644 >--- a/Koha/Schema/Result/DeletedbiblioMetadata.pm >+++ b/Koha/Schema/Result/DeletedbiblioMetadata.pm >@@ -59,6 +59,11 @@ __PACKAGE__->table("deletedbiblio_metadata"); > default_value: current_timestamp > is_nullable: 0 > >+=head2 history >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -79,6 +84,8 @@ __PACKAGE__->add_columns( > default_value => \"current_timestamp", > is_nullable => 0, > }, >+ "history", >+ { data_type => "longtext", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -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:JCOh+FSSTgPlC8lMJOdOOA >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-21 00:16:42 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8KWeUq/I9x894/IZgZtMZg > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >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 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