Skip to content

Commit 44f84c6

Browse files
author
尧杰 曾
committed
change MySQL Table Version In DB
1 parent a3a824f commit 44f84c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CDK/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Config : IRocketPluginConfiguration
2323

2424
public void LoadDefaults()
2525
{
26-
MySQLTableVer = 1;
26+
MySQLTableVer = 2;
2727
//MySQLSupport = false;
2828
//BypassAdmin = true;
2929
DatabaseAddress = "127.0.0.1";

0 commit comments

Comments
 (0)