From 7762ba605c8753335e20fcebbf96d5c9645a90df 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 --- Koha/Schema/Result/BiblioMetadata.pm | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Koha/Schema/Result/BiblioMetadata.pm b/Koha/Schema/Result/BiblioMetadata.pm index 2c38814aaaa..d87174992bc 100644 --- a/Koha/Schema/Result/BiblioMetadata.pm +++ b/Koha/Schema/Result/BiblioMetadata.pm @@ -52,13 +52,6 @@ __PACKAGE__->table("biblio_metadata"); data_type: 'longtext' is_nullable: 0 -=head2 nonxml_stripped - - data_type: 'mediumtext' - is_nullable: 1 - -Parse error message recorded when non-XML characters were stripped on last store(). - =head2 timestamp data_type: 'timestamp' @@ -87,8 +80,6 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 0, size => 16 }, "metadata", { data_type => "longtext", is_nullable => 0 }, - "nonxml_stripped", - { data_type => "mediumtext", is_nullable => 1 }, "timestamp", { data_type => "timestamp", @@ -171,8 +162,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 13:50:23 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MjDp6Z/ng4G2Yh1bTNiCKg =head2 koha_object_class -- 2.53.0