fix [ 1488850 ] Collaboration front page slow to load

This commit is contained in:
JT Smith 2006-05-17 21:41:24 +00:00
parent bf74284c34
commit e6807e1043
2 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,9 @@
- fix [ Add user to group ] typo in www_manageUsersInGroup
- Added two new mail posting properties to the collaboration system to get
around a couple of problems clients have brought up.
- fix [ 1435382 ] 6.8.6 always "unsubscribe" link for Admin
- fix [ 1488850 ] Collaboration front page slow to load
- The CS main listing is now 863% faster.
6.99.0
- Added an Events Management System asset that can help people run

View file

@ -31,6 +31,7 @@ sub csFixes {
print "\tFixing CS stuff.\n" unless ($quiet);
$session->db->write("alter table Collaboration add column autoSubscribeToThread int not null default 1");
$session->db->write("alter table Collaboration add column requireSubscriptionForEmailPosting int not null default 1");
$session->db->write("alter table Thread_read add index threadId_userId (threadId,userId)");
}
#-------------------------------------------------