Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 5d96221

Browse files
feat: 新版支持
alterId 默认值改为64 优雅升级
1 parent 0f360d9 commit 5d96221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpn-admin/src/main/java/com/jhl/admin/model/Server.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class Server extends BaseEntity implements Serializable {
5858
private String wsPath ="/ws/%s/";
5959
//默认0
6060
@Column(columnDefinition="smallint default 64" )
61-
private Integer alterId=0;
61+
private Integer alterId=64;
6262

6363
}
6464

0 commit comments

Comments
 (0)