View | Details | Raw Unified | Return to bug 35104
Collapse All | Expand All

(-)a/Koha/Schema/Result/BiblioMetadata.pm (-5 / +2 lines)
Lines 57-64 __PACKAGE__->table("biblio_metadata"); Link Here
57
  data_type: 'mediumtext'
57
  data_type: 'mediumtext'
58
  is_nullable: 1
58
  is_nullable: 1
59
59
60
Parse error message recorded when non-XML characters were stripped on last store().
61
62
=head2 timestamp
60
=head2 timestamp
63
61
64
  data_type: 'timestamp'
62
  data_type: 'timestamp'
Lines 171-178 __PACKAGE__->belongs_to( Link Here
171
);
169
);
172
170
173
171
174
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-08-01 15:57:42
172
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-26 15:22:11
175
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ar73Sy86oYHspxu0udvnoA
173
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:B7CmpnimfPOqg17zOWRddg
176
174
177
=head2 koha_object_class
175
=head2 koha_object_class
178
176
179
- 

Return to bug 35104