From 6e995f01f32e453d4655acf0241bee6c698c1f79 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 13 Aug 2014 14:29:06 +0200 Subject: [PATCH] Bug 12754: [TESTING ONLY] dbix update for actions table Content-Type: text/plain; charset=utf-8 This patch should not be pushed. The RM will update the DBIx schema. --- .../Result/MarcModificationTemplateAction.pm | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/MarcModificationTemplateAction.pm b/Koha/Schema/Result/MarcModificationTemplateAction.pm index d6771e1..e88adea 100644 --- a/Koha/Schema/Result/MarcModificationTemplateAction.pm +++ b/Koha/Schema/Result/MarcModificationTemplateAction.pm @@ -139,6 +139,11 @@ __PACKAGE__->table("marc_modification_template_actions"); data_type: 'text' is_nullable: 1 +=head2 run_xslt + + data_type: 'text' + is_nullable: 1 + =cut __PACKAGE__->add_columns( @@ -196,6 +201,8 @@ __PACKAGE__->add_columns( { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "description", { data_type => "text", is_nullable => 1 }, + "run_xslt", + { data_type => "text", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -228,8 +235,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-31 22:03:59 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sl0AD0sWPYcKRjHN3l3eFg +# Created by DBIx::Class::Schema::Loader v0.07036 @ 2014-08-13 14:28:43 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:n9wwef57fyazjsSly9CaRA # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 1.7.7.6