cart should be pretty much working at this point...now need to test and whatnot

This commit is contained in:
JT Smith 2008-02-26 02:12:31 +00:00
parent fa52bf1aef
commit d207994e90
4 changed files with 13 additions and 26 deletions

View file

@ -61,6 +61,7 @@ sub migrateToNewCart {
index sessionId (sessionId)
)");
$session->db->write("create table cartItems (
itemId varchar(22) binary not null primary key,
cartId varchar(22) binary not null,
assetId varchar(22) binary not null,
options mediumtext,