Skip to content

Commit

Permalink
Renamed Verifications to VerificationsOld
Browse files Browse the repository at this point in the history
  • Loading branch information
faab007nl committed Oct 4, 2021
1 parent d8a6dfa commit f1f08e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Storage {
private final MySQL mysql;
private boolean connected;

private final String VERIFICATIONS_TABLE = "Verifications";
private final String VERIFICATIONS_TABLE = "VerificationsOld";
private final String REMINDERS_TABLE = "Reminders";
private final String MUTES_TABLE = "Mutes";
private final String SUB_VERIFICATIONS_TABLE = "SubVerifications";
Expand Down

0 comments on commit f1f08e4

Please sign in to comment.