added automatic file versioning to file assets
This commit is contained in:
parent
d81ebd361a
commit
fd76365c1b
4 changed files with 41 additions and 5 deletions
|
|
@ -93,7 +93,8 @@ create table FileAsset (
|
|||
assetId varchar(22) not null primary key,
|
||||
storageId varchar(22) not null,
|
||||
filename varchar(256) not null,
|
||||
fileSize int not null
|
||||
fileSize int not null,
|
||||
olderVersions text
|
||||
);
|
||||
|
||||
INSERT INTO settings VALUES ('commerceCheckoutCanceledTemplateId','1');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue