Author: sathwik
Date: Fri Jul 14 09:21:27 2017
New Revision: 1801919
URL: http://svn.apache.org/viewvc?rev=1801919&view=rev
Log:
Migration script link added
Modified:
ode/site/trunk/content/upgrading-ode.mdtext
Modified: ode/site/trunk/content/upgrading-ode.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/upgrading-ode.mdtext?rev=1801919&r1=1801918&r2=1801919&view=diff
==============================================================================
--- ode/site/trunk/content/upgrading-ode.mdtext (original)
+++ ode/site/trunk/content/upgrading-ode.mdtext Fri Jul 14 09:21:27 2017
@@ -14,6 +14,13 @@ ODE upgrade procedures usually consist i
* deploying your new ODE war.
* copying all the previous configuration and deployed processes (with the
corresponding markers).
+##From ODE 1.3.6 - 1.3.7
+
+Migration is necessary from 1.3.6, read the migration script available
[here](https://github.com/apache/ode/blob/APACHE_ODE_1.3.7/schema-updates/migrate-ode-1.3.6-to-1.3.7.sql).
+
+##From ODE 1.3.4 - 1.3.6
+ODE 1.3.4, 1.3.5 and 1.3.6 share the same schema definitions.
+
## From 1.3.3 to 1.3.4
First, apply SQLs to denormalize LARGE_DATA table from
[here](https://issues.apache.org/jira/browse/ODE-694)