Skip to content

Commit 268005e

Browse files
committed
HHH-19103 Add missing break within truncate action
1 parent dc20229 commit 268005e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/main/java/org/hibernate/tool/schema/spi/SchemaManagementToolCoordinator.java

+1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ private static void performDatabaseAction(
291291
serviceRegistry
292292
)
293293
);
294+
break;
294295
}
295296
case POPULATE: {
296297
tool.getSchemaPopulator( executionOptions.getConfigurationValues() ).doPopulation(

0 commit comments

Comments
 (0)