Lines 103-109
__PACKAGE__->table("message_queue");
Link Here
|
103 |
data_type: 'mediumtext' |
103 |
data_type: 'mediumtext' |
104 |
is_nullable: 1 |
104 |
is_nullable: 1 |
105 |
|
105 |
|
106 |
=head2 delivery_note |
106 |
=head2 failure_code |
107 |
|
107 |
|
108 |
data_type: 'mediumtext' |
108 |
data_type: 'mediumtext' |
109 |
is_nullable: 1 |
109 |
is_nullable: 1 |
Lines 153-159
__PACKAGE__->add_columns(
Link Here
|
153 |
{ data_type => "longtext", is_nullable => 1 }, |
153 |
{ data_type => "longtext", is_nullable => 1 }, |
154 |
"content_type", |
154 |
"content_type", |
155 |
{ data_type => "mediumtext", is_nullable => 1 }, |
155 |
{ data_type => "mediumtext", is_nullable => 1 }, |
156 |
"delivery_note", |
156 |
"failure_code", |
157 |
{ data_type => "mediumtext", is_nullable => 1 }, |
157 |
{ data_type => "mediumtext", is_nullable => 1 }, |
158 |
); |
158 |
); |
159 |
|
159 |
|
Lines 207-214
__PACKAGE__->belongs_to(
Link Here
|
207 |
); |
207 |
); |
208 |
|
208 |
|
209 |
|
209 |
|
210 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-05-07 12:13:54 |
210 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-08-05 08:57:36 |
211 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YufQVvbtEj4pIJI1iw9Omg |
211 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NwbN8wPMAlucrw6iQ2XQ5g |
212 |
|
212 |
|
213 |
sub koha_object_class { |
213 |
sub koha_object_class { |
214 |
'Koha::Notice::Message'; |
214 |
'Koha::Notice::Message'; |
215 |
- |
|
|