Skip to content

Commit edf8251

Browse files
Removed QOTW_SUBMISSIONS table from /db-admin export-table
1 parent 9692454 commit edf8251

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/net/javadiscord/javabot/data/h2db/commands/ExportTableSubcommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public ExportTableSubcommand(ExecutorService asyncPool, SystemsConfig systemsCon
5252
.addChoice("Message Cache", "MESSAGE_CACHE")
5353
.addChoice("Question of the Week Accounts", "QOTW_POINTS")
5454
.addChoice("Question of the Week Questions", "QOTW_QUESTION")
55-
.addChoice("Question of the Week Submissions", "QOTW_SUBMISSIONS")
5655
.addChoice("Reserved Help Channels", "RESERVED_HELP_CHANNELS")
5756
.addChoice("Starboard", "STARBOARD")
5857
.addChoice("Warns", "WARN")

0 commit comments

Comments
 (0)