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

(-)a/Koha/Schema/Result/MarcModificationTemplateAction.pm (-3 / +9 lines)
Lines 139-144 __PACKAGE__->table("marc_modification_template_actions"); Link Here
139
  data_type: 'text'
139
  data_type: 'text'
140
  is_nullable: 1
140
  is_nullable: 1
141
141
142
=head2 run_xslt
143
144
  data_type: 'text'
145
  is_nullable: 1
146
142
=cut
147
=cut
143
148
144
__PACKAGE__->add_columns(
149
__PACKAGE__->add_columns(
Lines 196-201 __PACKAGE__->add_columns( Link Here
196
  { data_type => "tinyint", default_value => 0, is_nullable => 0 },
201
  { data_type => "tinyint", default_value => 0, is_nullable => 0 },
197
  "description",
202
  "description",
198
  { data_type => "text", is_nullable => 1 },
203
  { data_type => "text", is_nullable => 1 },
204
  "run_xslt",
205
  { data_type => "text", is_nullable => 1 },
199
);
206
);
200
207
201
=head1 PRIMARY KEY
208
=head1 PRIMARY KEY
Lines 228-235 __PACKAGE__->belongs_to( Link Here
228
);
235
);
229
236
230
237
231
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-31 22:03:59
238
# Created by DBIx::Class::Schema::Loader v0.07036 @ 2014-08-13 14:28:43
232
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sl0AD0sWPYcKRjHN3l3eFg
239
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:n9wwef57fyazjsSly9CaRA
233
240
234
241
235
# You can replace this text with custom code or comments, and it will be preserved on regeneration
242
# You can replace this text with custom code or comments, and it will be preserved on regeneration
236
- 

Return to bug 12754