We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba9747 commit da222e6Copy full SHA for da222e6
CDK/Config.cs
@@ -24,7 +24,7 @@ public class Config : IRocketPluginConfiguration
24
25
public void LoadDefaults()
26
{
27
- MySQLTableVer = 2;
+ MySQLTableVer = 3;
28
//MySQLSupport = false;
29
//BypassAdmin = true;
30
DatabaseAddress = "127.0.0.1";
0 commit comments