#1511 - Add SAP HANA support - format only changes

This commit is contained in:
rob bygrave
2018-10-24 21:49:48 +13:00
parent 158ee9a081
commit 2dbb5ea80d
7 changed files with 67 additions and 78 deletions
@@ -266,6 +266,7 @@ public class DefaultDbMigration implements DbMigration {
* migration.generateMigration();
*
* }</pre>
*
* @return the generated migration or null
*/
@Override
@@ -681,7 +682,7 @@ public class DefaultDbMigration implements DbMigration {
case SQLITE:
return new SQLitePlatform();
case HANA:
return new HanaPlatform();
return new HanaPlatform();
case GENERIC:
return new DatabasePlatform();