File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
src/test/java/io/github/gaoxingliang/dbupgrader Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 11package io .github .gaoxingliang .dbupgrader ;
22
33import com .mysql .cj .jdbc .*;
4- import io .github .gaoxingliang .dbupgrader .utils .*;
54import org .junit .jupiter .api .*;
65
76public class DbUpgradeExample {
@@ -14,7 +13,6 @@ public void test() throws Exception {
1413 dataSource .setUser ("root" );
1514 dataSource .setPassword ("root123" );
1615 dataSource .setConnectTimeout (3000 );
17- SqlHelperUtils .smartAddColumn (dataSource .getConnection (), "alter table db_upgrade_history add column if not exists gmt_create timestamp default current_timestamp" );
1816
1917 // Configure the upgrade process
2018 UpgradeConfiguration configuration = UpgradeConfiguration .builder ()
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments