added automatic file versioning to file assets

This commit is contained in:
JT Smith 2004-12-02 17:00:30 +00:00
parent d81ebd361a
commit fd76365c1b
4 changed files with 41 additions and 5 deletions

View file

@ -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');