RiftSaw Database upgrade wiki page.
1. From 2.0.0.Final to 2.1.0.Final
Because it has quite big changes between these two release, we'd suggested remove the old database schemas first, and then created the new db schema. Not providing alter statement for this upgrade.
2. From 2.1.0.Final to 2.2.0.Final
Go to RiftSaw-2.2.0.Final/db folder, run following command (please make sure you don't have any data left in the ODE_JOB table before you run following command)
ant upgrade.riftsaw.schema
Comments