Skip to content

Commit

Permalink
Versionsnummer von DB Update Script erhöht
Browse files Browse the repository at this point in the history
  • Loading branch information
tolot27 committed Jan 18, 2025
1 parent ba155f4 commit c9bf6a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import de.willuhn.util.ApplicationException;
import de.willuhn.util.ProgressMonitor;

public class Update0456 extends AbstractDDLUpdate
public class Update0457 extends AbstractDDLUpdate
{
public Update0456(String driver, ProgressMonitor monitor, Connection conn)
public Update0457(String driver, ProgressMonitor monitor, Connection conn)
{
super(driver, monitor, conn);
}
Expand Down

0 comments on commit c9bf6a1

Please sign in to comment.