|
Lines 119-124
lang of the notice
Link Here
|
| 119 |
|
119 |
|
| 120 |
last modification |
120 |
last modification |
| 121 |
|
121 |
|
|
|
122 |
=head2 style |
| 123 |
|
| 124 |
data_type: 'mediumtext' |
| 125 |
is_nullable: 1 |
| 126 |
|
| 127 |
custom styles for this notice |
| 128 |
|
| 122 |
=cut |
129 |
=cut |
| 123 |
|
130 |
|
| 124 |
__PACKAGE__->add_columns( |
131 |
__PACKAGE__->add_columns( |
|
Lines 160-165
__PACKAGE__->add_columns(
Link Here
|
| 160 |
default_value => \"current_timestamp", |
167 |
default_value => \"current_timestamp", |
| 161 |
is_nullable => 0, |
168 |
is_nullable => 0, |
| 162 |
}, |
169 |
}, |
|
|
170 |
"style", |
| 171 |
{ data_type => "mediumtext", is_nullable => 1 }, |
| 163 |
); |
172 |
); |
| 164 |
|
173 |
|
| 165 |
=head1 PRIMARY KEY |
174 |
=head1 PRIMARY KEY |
|
Lines 232-239
__PACKAGE__->belongs_to(
Link Here
|
| 232 |
); |
241 |
); |
| 233 |
|
242 |
|
| 234 |
|
243 |
|
| 235 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-18 12:50:14 |
244 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-18 01:58:18 |
| 236 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MA3WvXK/1ZBc407iU7ZcrA |
245 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aZyFwI1IBomxIRVK/arTSQ |
| 237 |
|
246 |
|
| 238 |
sub koha_object_class { |
247 |
sub koha_object_class { |
| 239 |
'Koha::Notice::Template'; |
248 |
'Koha::Notice::Template'; |
| 240 |
- |
|
|