First round of temp patches to allow EMS to handle very large events.
This commit is contained in:
parent
477ae9243f
commit
987719b1c1
2 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue