Skip to content

Commit 65d572d

Browse files
authored
[backend] Add component annotation on migration
1 parent 2e0d255 commit 65d572d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openbas-api/src/main/java/io/openbas/migration/V3_72__Add_FKs_jointure_tables_to_tags.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
import java.sql.Statement;
66
import org.flywaydb.core.api.migration.BaseJavaMigration;
77
import org.flywaydb.core.api.migration.Context;
8+
import org.springframework.stereotype.Component;
89

10+
@Component
911
public class V3_72__Add_FKs_jointure_tables_to_tags extends BaseJavaMigration {
1012

1113
@Override

0 commit comments

Comments
 (0)