Skip to content

Commit 2015d99

Browse files
fix: Mistake in schema version.
1 parent 3367431 commit 2015d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/modgarden/gardenbot/GardenBot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class GardenBot {
2525
public static final Dotenv DOTENV = Dotenv.load();
2626
public static final HttpClient HTTP_CLIENT = HttpClient.newHttpClient();
2727

28-
private static final int DATABASE_SCHEMA_VERSION = 1;
28+
private static final int DATABASE_SCHEMA_VERSION = 4;
2929

3030
public static JDA jda;
3131

0 commit comments

Comments
 (0)