added karma to collaboration ratings

This commit is contained in:
JT Smith 2005-05-04 03:04:39 +00:00
parent b631cbb2f4
commit 404830aa6c
6 changed files with 66 additions and 2 deletions

View file

@ -76,4 +76,7 @@ alter table Collaboration add column richEditor varchar(22) not null default 'PB
delete from userProfileField where fieldName like 'richEditor%';
delete from userProfileData where fieldName like 'richEditor%';
alter table Layout add column assetsToHide text;
alter table Collaboration add column karmaRatingMultiplier int not null default 0;
alter table Collaboration add column karmaSpentToRate int not null default 0;