|
Lines 70-75
Name of the queue the job is sent to
Link Here
|
| 70 |
data_type: 'longtext' |
70 |
data_type: 'longtext' |
| 71 |
is_nullable: 1 |
71 |
is_nullable: 1 |
| 72 |
|
72 |
|
|
|
73 |
=head2 context |
| 74 |
|
| 75 |
data_type: 'longtext' |
| 76 |
is_nullable: 1 |
| 77 |
|
| 73 |
=head2 enqueued_on |
78 |
=head2 enqueued_on |
| 74 |
|
79 |
|
| 75 |
data_type: 'datetime' |
80 |
data_type: 'datetime' |
|
Lines 112-117
__PACKAGE__->add_columns(
Link Here
|
| 112 |
}, |
117 |
}, |
| 113 |
"data", |
118 |
"data", |
| 114 |
{ data_type => "longtext", is_nullable => 1 }, |
119 |
{ data_type => "longtext", is_nullable => 1 }, |
|
|
120 |
"context", |
| 121 |
{ data_type => "longtext", is_nullable => 1 }, |
| 115 |
"enqueued_on", |
122 |
"enqueued_on", |
| 116 |
{ |
123 |
{ |
| 117 |
data_type => "datetime", |
124 |
data_type => "datetime", |
|
Lines 145-152
__PACKAGE__->add_columns(
Link Here
|
| 145 |
__PACKAGE__->set_primary_key("id"); |
152 |
__PACKAGE__->set_primary_key("id"); |
| 146 |
|
153 |
|
| 147 |
|
154 |
|
| 148 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-04 17:50:05 |
155 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-10 13:21:28 |
| 149 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EQUgOEtr2ymejd/0ZffJWg |
156 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:P1FXv3Jy6MST5qMrM5uJKw |
| 150 |
|
157 |
|
| 151 |
|
158 |
|
| 152 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
159 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
| 153 |
- |
|
|