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

(-)a/Koha/Schema/Result/BiblioMetadata.pm (-12 / +2 lines)
Lines 52-64 __PACKAGE__->table("biblio_metadata"); Link Here
52
  data_type: 'longtext'
52
  data_type: 'longtext'
53
  is_nullable: 0
53
  is_nullable: 0
54
54
55
=head2 nonxml_stripped
56
57
  data_type: 'mediumtext'
58
  is_nullable: 1
59
60
Parse error message recorded when non-XML characters were stripped on last store().
61
62
=head2 timestamp
55
=head2 timestamp
63
56
64
  data_type: 'timestamp'
57
  data_type: 'timestamp'
Lines 87-94 __PACKAGE__->add_columns( Link Here
87
  { data_type => "varchar", is_nullable => 0, size => 16 },
80
  { data_type => "varchar", is_nullable => 0, size => 16 },
88
  "metadata",
81
  "metadata",
89
  { data_type => "longtext", is_nullable => 0 },
82
  { data_type => "longtext", is_nullable => 0 },
90
  "nonxml_stripped",
91
  { data_type => "mediumtext", is_nullable => 1 },
92
  "timestamp",
83
  "timestamp",
93
  {
84
  {
94
    data_type => "timestamp",
85
    data_type => "timestamp",
Lines 171-178 __PACKAGE__->belongs_to( Link Here
171
);
162
);
172
163
173
164
174
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-08-01 15:57:42
165
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-26 13:50:23
175
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ar73Sy86oYHspxu0udvnoA
166
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MjDp6Z/ng4G2Yh1bTNiCKg
176
167
177
=head2 koha_object_class
168
=head2 koha_object_class
178
169
179
- 

Return to bug 35104