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

@ -59,6 +59,9 @@
- Internationalized a bunch of stuff that was previously uninternationalized.
- Fixed a bug in the survey that caused users to not be able to submit
survey's.
- Attached the karma system to the ratings system in the Collaboration
system.
6.5.6
- Fixed a bunch of mostly cosmetic issues with the commerce system.

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;