Sergio Peña created SENTRY-2398: ----------------------------------- Summary: Support multiple target versions on single source versions during schema upgrades Key: SENTRY-2398 URL: https://issues.apache.org/jira/browse/SENTRY-2398 Project: Sentry Issue Type: Improvement Components: Sentry Affects Versions: 2.0.0 Reporter: Sergio Peña Attachments: SENTRY-2398.1.patch
Currently, the SentrySchemaTool allows only upgrade versions that are in the order found in the upgrade.order.<db> files. However, having multiple direct target versions per source version is desired when dealing with complex scenarios where the upgrade path is not in the order of the file. For example: 1.8.0 -> 1.9.0 1.8.0 -> 2.0.0 1.9.0 -> 2.1.0 2.0.0 -> 2.1.0 The above scenario mentions that 1.8.0 is allowed to be upgraded to 1.9.0 or 2.0.0, but 1.9.0 cannot upgrade to 2.0.0. Also, the 1.8.0 -> 2.0.0 was created before a 1.9.0 version is released. -- This message was sent by Atlassian JIRA (v7.6.3#76005)