HHH-10684 - Fix No target script generated for update action when using schema-generation

This commit is contained in:
Andrea Boriero 2016-04-15 11:01:20 +01:00
parent 58fce234df
commit 31a75390f7
1 changed files with 1 additions and 1 deletions

View File

@ -61,8 +61,8 @@ public class SchemaManagementToolCoordinator {
ExceptionHandlerLoggedImpl.INSTANCE ExceptionHandlerLoggedImpl.INSTANCE
); );
performDatabaseAction( actions.getDatabaseAction(), metadata, tool, serviceRegistry, executionOptions );
performScriptAction( actions.getScriptAction(), metadata, tool, serviceRegistry, executionOptions ); performScriptAction( actions.getScriptAction(), metadata, tool, serviceRegistry, executionOptions );
performDatabaseAction( actions.getDatabaseAction(), metadata, tool, serviceRegistry, executionOptions );
if ( actions.getDatabaseAction() == Action.CREATE_DROP ) { if ( actions.getDatabaseAction() == Action.CREATE_DROP ) {
//noinspection unchecked //noinspection unchecked