Skip to content

Commit

Permalink
[backend] rename migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarineLeM committed Sep 20, 2024
1 parent 1d313fb commit 117fe54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.sql.Statement;

@Component
public class V3_35__Add_reports_tables extends BaseJavaMigration {
public class V3_39__Add_reports_tables extends BaseJavaMigration {
@Override
public void migrate(Context context) throws Exception {
Connection connection = context.getConnection();
Expand Down

0 comments on commit 117fe54

Please sign in to comment.