[Rt-commit] rt branch, 4.2/upgrade-from-3.6-errors, repushed
Alex Vandiver
alexmv at bestpractical.com
Thu Sep 5 13:54:24 EDT 2013
The branch 4.2/upgrade-from-3.6-errors was deleted and repushed:
was 1c2eef928d9f662ff183f8e3f8b011e8d569e355
now caa1638c5396fc284c1e7adcf7392a1924b8efe7
1: 2662ace ! 1: 3cbd1a4 Old searches over Scrips should not pull in the new Disabled column
@@ -1,6 +1,6 @@
Author: Alex Vandiver <alexmv at bestpractical.com>
- Oold searches over Scrips should not pull in the new Disabled column
+ Old searches over Scrips should not pull in the new Disabled column
diff --git a/etc/upgrade/3.7.19/content b/etc/upgrade/3.7.19/content
--- a/etc/upgrade/3.7.19/content
2: 1c2eef9 ! 2: caa1638 Using RT::Scrip->Create with an in-progress upgrade fails
@@ -33,6 +33,7 @@
+ ScripCondition => $condition->id,
+ ScripAction => $action->id,
+ Template => $template->id,
++ Stage => 'TransactionCreate',
+ Queue => 0,
+ );
+ };
More information about the Rt-commit
mailing list