Bugzilla – Attachment 178011 Details for
Bug 39132
Fix dbic: Revert changes to Schema.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39132: Fix dbic: Revert changes to Schema.pm
Bug-39132-Fix-dbic-Revert-changes-to-Schemapm.patch (text/plain), 1.14 KB, created by
Jonathan Druart
on 2025-02-13 14:08:03 UTC
(
hide
)
Description:
Bug 39132: Fix dbic: Revert changes to Schema.pm
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-02-13 14:08:03 UTC
Size:
1.14 KB
patch
obsolete
>From c185d856430d6ac9b6b7cdc3f069be86cc37711e Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Wed, 12 Feb 2025 19:02:43 +0100 >Subject: [PATCH] Bug 39132: Fix dbic: Revert changes to Schema.pm > >It's autogenerated and checksum protected so should be touch only by >dbic. > >JD amended patch: just the revert to Koha/Schema.pm here >Koha/Schema.pm will be skipped on bug 39115 (otherwise I will have to >rebase) >original title: Bug 39132: Fix dbic: Revert changes to Schema.pm and add it to denylist >--- > Koha/Schema.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema.pm b/Koha/Schema.pm >index 874851a8315..cffc631d5e1 100644 >--- a/Koha/Schema.pm >+++ b/Koha/Schema.pm >@@ -1,5 +1,4 @@ > use utf8; >- > package Koha::Schema; > > # Created by DBIx::Class::Schema::Loader >@@ -12,8 +11,10 @@ use base 'DBIx::Class::Schema'; > > __PACKAGE__->load_namespaces; > >+ > # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oDUxXckmfk6H9YCjW8PZTw > >+ > # You can replace this text with custom content, and it will be preserved on regeneration > 1; >-- >2.34.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 39132
:
178010
| 178011