Skip to content

Commit b08d9ae

Browse files
committed
[backend] Clean
1 parent 9dfc6d9 commit b08d9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openbas-api/src/main/java/io/openbas/migration/V3_90__Add_StructuredMessage_ExecutionTraces.java renamed to openbas-api/src/main/java/io/openbas/migration/V3_90__Add_StructuredOutput_ExecutionTraces.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import org.springframework.stereotype.Component;
88

99
@Component
10-
public class V3_90__Add_StructuredMessage_ExecutionTraces extends BaseJavaMigration {
10+
public class V3_90__Add_StructuredOutput_ExecutionTraces extends BaseJavaMigration {
1111

1212
@Override
1313
public void migrate(Context context) throws Exception {

0 commit comments

Comments
 (0)