From d5b062585e1b1796d59ddb5afb891801afc6493d Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 26 Feb 2026 13:52:35 +0000 Subject: [PATCH] Bug 35104: DBIC Scheme Update Sponsored-by: OpenFifth --- Koha/Schema/Result/BiblioMetadata.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/BiblioMetadata.pm b/Koha/Schema/Result/BiblioMetadata.pm index 2c38814aaaa..0689a112c46 100644 --- a/Koha/Schema/Result/BiblioMetadata.pm +++ b/Koha/Schema/Result/BiblioMetadata.pm @@ -57,8 +57,6 @@ __PACKAGE__->table("biblio_metadata"); data_type: 'mediumtext' is_nullable: 1 -Parse error message recorded when non-XML characters were stripped on last store(). - =head2 timestamp data_type: 'timestamp' @@ -171,8 +169,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-08-01 15:57:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ar73Sy86oYHspxu0udvnoA +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-26 15:22:11 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:B7CmpnimfPOqg17zOWRddg =head2 koha_object_class -- 2.53.0