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

(-)a/Koha/Schema/Result/MessageQueue.pm (-1 / +7 lines)
Lines 155-160 __PACKAGE__->add_columns( Link Here
155
  { data_type => "mediumtext", is_nullable => 1 },
155
  { data_type => "mediumtext", is_nullable => 1 },
156
  "failure_code",
156
  "failure_code",
157
  { data_type => "mediumtext", is_nullable => 1 },
157
  { data_type => "mediumtext", is_nullable => 1 },
158
  "delay_until",
159
  {
160
    data_type => "timestamp",
161
    datetime_undef_if_invalid => 1,
162
    is_nullable => 1,
163
  },
164
158
);
165
);
159
166
160
=head1 PRIMARY KEY
167
=head1 PRIMARY KEY
161
- 

Return to bug 27208