]> git.donarmstrong.com Git - infobot.git/blobdiff - src/dbi.pl
onjoin .2
[infobot.git] / src / dbi.pl
index 99d115e4d95d81a3f471faeaff568be27e2f4d39..bee8063ac20ce82eed837195fae5d32627e161f4 100644 (file)
@@ -639,7 +639,7 @@ sub checkTables {
        # create database not needed for SQLite
     }
 
-    foreach ( qw(botmail connections factoids rootwarn seen stats) ) {
+    foreach ( qw(botmail connections factoids rootwarn seen stats onjoin) ) {
        if (exists $db{$_}) {
            $cache{has_table}{$_} = 1;
            next;