From 987719b1c1dfa91fa86cc9e86c1e2d9e262a237c Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Wed, 26 Apr 2006 21:41:54 +0000 Subject: [PATCH] First round of temp patches to allow EMS to handle very large events. --- docs/upgrades/upgrade_6.8.8-6.99.0.pl | 2 +- lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/upgrades/upgrade_6.8.8-6.99.0.pl b/docs/upgrades/upgrade_6.8.8-6.99.0.pl index cca18d2a6..fb04f687c 100644 --- a/docs/upgrades/upgrade_6.8.8-6.99.0.pl +++ b/docs/upgrades/upgrade_6.8.8-6.99.0.pl @@ -690,6 +690,7 @@ create table EventManagementSystem_products ( approved tinyint, sequenceNumber int(11), imageId varchar(22) binary, + prerequisiteId varchar(22) binary, primary key(productId) ) SQL2 @@ -717,7 +718,6 @@ my $sql5 = <new($self->session,$self->getUrl,$self->get("paginateAfter")); $p->setDataByQuery($sql);