mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-10684 - Fix No target script generated for update action when using schema-generation
This commit is contained in:
parent
58fce234df
commit
31a75390f7
@ -61,8 +61,8 @@ public static void process(
|
||||
ExceptionHandlerLoggedImpl.INSTANCE
|
||||
);
|
||||
|
||||
performDatabaseAction( actions.getDatabaseAction(), metadata, tool, serviceRegistry, executionOptions );
|
||||
performScriptAction( actions.getScriptAction(), metadata, tool, serviceRegistry, executionOptions );
|
||||
performDatabaseAction( actions.getDatabaseAction(), metadata, tool, serviceRegistry, executionOptions );
|
||||
|
||||
if ( actions.getDatabaseAction() == Action.CREATE_DROP ) {
|
||||
//noinspection unchecked
|
||||
|
Loading…
x
Reference in New Issue
Block a user