First round of temp patches to allow EMS to handle very large events.

This commit is contained in:
Roy Johnson 2006-04-26 21:41:54 +00:00
parent 477ae9243f
commit 987719b1c1
2 changed files with 4 additions and 3 deletions

View file

@ -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 = <<SQL5;
create table EventManagementSystem_prerequisites (
prerequisiteId varchar(22) binary not null,
productId varchar(22) binary,
operator varchar(100),
primary key(prerequisiteId)
)