Skip to content

Commit da222e6

Browse files
committed
Fix table version
1 parent 9ba9747 commit da222e6

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
@@ -24,7 +24,7 @@ public class Config : IRocketPluginConfiguration
2424

2525
public void LoadDefaults()
2626
{
27-
MySQLTableVer = 2;
27+
MySQLTableVer = 3;
2828
//MySQLSupport = false;
2929
//BypassAdmin = true;
3030
DatabaseAddress = "127.0.0.1";

0 commit comments

Comments
 (0)