Skip to content

Commit 3c60da9

Browse files
committed
表名换成SCHEMA_VERSION
1 parent b23b252 commit 3c60da9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/io/sqlman/dialect/AbstractDialectSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* 2019/5/24 9:52
1717
*/
1818
public abstract class AbstractDialectSupport implements SqlDialectSupport {
19-
protected String table = "SQLMAN";
19+
protected String table = "SCHEMA_VERSION";
2020

2121
protected AbstractDialectSupport() {
2222
}

src/main/java/io/sqlman/spring/dialect/AbstractDialectProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public abstract class AbstractDialectProperties {
1414
/**
1515
* sqlman version table name
1616
*/
17-
private String table = "SQLMAN";
17+
private String table = "SCHEMA_VERSION";
1818

1919
public String getType() {
2020
return type;

0 commit comments

Comments
 (0)