Update db converion scripts with pointers for those migrating from 2.4.x to 2.5.0.
Description
Environment
None
Test Plan
None
Activity
Show:

Filter Maintainer August 8, 2008 at 6:04 AM
2.5.0 QA has been completed. Unfortunately, there were not resources available to specifically test this issue. If you find this to still be a problem in the latest release (at this point 2.5.2), please reopen the JIRA and add the latest affects version.

Megan May April 23, 2008 at 7:11 AM
This was in 2.5.0

Megan May March 10, 2008 at 9:53 AM
merged into 2.5.x

Megan May March 10, 2008 at 9:02 AM
r42050

Megan May March 5, 2008 at 3:50 PM
checked in requested changes for 001, 003, 004, and 005 - r41865. Checking with Stanford on
I think it would be useful to note which SQL statements in the 2.4.0->2.5.0 scripts that were also released as 2.4.x_00x fixes.
Like this:
– This is the Oracle Sakai 2.4.0 (or later) -> 2.5.0 conversion script [...]
– SAK-9808: Implement ability to delete threaded messages within Forums
– also released in sakai_2_4_0-2_4_x_oracle_conversion_001.sql
alter table MFR_MESSAGE_T add DELETED number(1, 0) default '0' not null; create index MFR_MESSAGE_DELETED_I on MFR_MESSAGE_T (DELETED);
This would give anyone moving up to 2.5 from the 2.4.x branch a roadmap.