We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2015d99 commit ac19081Copy full SHA for ac19081
1 file changed
src/main/java/net/modgarden/gardenbot/GardenBot.java
@@ -25,7 +25,7 @@ public class GardenBot {
25
public static final Dotenv DOTENV = Dotenv.load();
26
public static final HttpClient HTTP_CLIENT = HttpClient.newHttpClient();
27
28
- private static final int DATABASE_SCHEMA_VERSION = 4;
+ private static final int DATABASE_SCHEMA_VERSION = 1;
29
30
public static JDA jda;
31
0 commit comments