starting adding file asset
This commit is contained in:
parent
29611731c4
commit
5421f8e9d7
6 changed files with 299 additions and 49 deletions
|
|
@ -89,6 +89,13 @@ create table layout (
|
|||
printableStyleTemplateId varchar(22) not null
|
||||
);
|
||||
|
||||
create table FileAsset (
|
||||
assetId varchar(22) not null primary key,
|
||||
storageId varchar(22) not null,
|
||||
filename varchar(256) not null,
|
||||
fileSize int not null
|
||||
);
|
||||
|
||||
INSERT INTO settings VALUES ('commerceCheckoutCanceledTemplateId','1');
|
||||
INSERT INTO settings VALUES ('commerceConfirmCheckoutTemplateId','1');
|
||||
INSERT INTO settings VALUES ('commercePaymentPlugin','PayFlowPro');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue