cart should be pretty much working at this point...now need to test and whatnot
This commit is contained in:
parent
fa52bf1aef
commit
d207994e90
4 changed files with 13 additions and 26 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue