Skip to content

Commit

Permalink
[backend] update migration file version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarineLeM committed Sep 20, 2024
1 parent 117fe54 commit a47d856
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_39__Add_reports_tables extends BaseJavaMigration {
public class V3_40__Add_reports_tables extends BaseJavaMigration {
@Override
public void migrate(Context context) throws Exception {
Connection connection = context.getConnection();
Expand Down

0 comments on commit a47d856

Please sign in to comment.