From c185d856430d6ac9b6b7cdc3f069be86cc37711e Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo 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