Skip to content

Commit

Permalink
[backend] Update migration number
Browse files Browse the repository at this point in the history
  • Loading branch information
damgouj committed Sep 18, 2024
1 parent 83a6c18 commit 09971c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.sql.Statement;

@Component
public class V3_37__Add_column_status_commands_lines extends BaseJavaMigration {
public class V3_38__Add_column_status_commands_lines extends BaseJavaMigration {

@Override
public void migrate(Context context) throws Exception {
Expand Down

0 comments on commit 09971c8

Please sign in to comment.