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

(-)a/Koha/Schema/Result/AuthHeader.pm (-8 lines)
Lines 61-71 __PACKAGE__->table("auth_header"); Link Here
61
  data_type: 'longtext'
61
  data_type: 'longtext'
62
  is_nullable: 1
62
  is_nullable: 1
63
63
64
=head2 marc
65
66
  data_type: 'blob'
67
  is_nullable: 1
68
69
=head2 linkid
64
=head2 linkid
70
65
71
  data_type: 'bigint'
66
  data_type: 'bigint'
Lines 101-108 __PACKAGE__->add_columns( Link Here
101
  { data_type => "varchar", is_nullable => 1, size => 20 },
96
  { data_type => "varchar", is_nullable => 1, size => 20 },
102
  "authtrees",
97
  "authtrees",
103
  { data_type => "longtext", is_nullable => 1 },
98
  { data_type => "longtext", is_nullable => 1 },
104
  "marc",
105
  { data_type => "blob", is_nullable => 1 },
106
  "linkid",
99
  "linkid",
107
  { data_type => "bigint", is_nullable => 1 },
100
  { data_type => "bigint", is_nullable => 1 },
108
  "marcxml",
101
  "marcxml",
109
- 

Return to bug 26684