X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=db.php;h=2dccfbcef63bafc5699c14e10f8c4e4a93a1f28b;hp=fcf532822a16d35c08885e2069da09a952a06d00;hb=90448b433585ec63832845ae50deb01b4124adc0;hpb=c4d4f8a2a73949f8d4d2b81961cf95a5a4c4bc74 diff --git a/db.php b/db.php index fcf5328..2dccfbc 100644 --- a/db.php +++ b/db.php @@ -591,7 +591,7 @@ function db_upgrade() { } if ($version === -1) { - db_send_query('create table if not exists wfpl_mutexes (id int unique auto_increment, name varchar(30) binary, expires int(11)) CHARSET=utf8;'); + db_send_query('create table if not exists wfpl_mutexes (id int unique auto_increment, name varchar(255) binary, expires int(11)) CHARSET=utf8;'); $version = 0; # don't save version now in case another thread is doing this too }