tag for 4.9.92
This commit is contained in:
parent
c2f612bac9
commit
b3a2c62cbd
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
// Installation/upgrade file
|
||||
define('VERSION', '4.9.91');
|
||||
define('VERSION', '4.9.92');
|
||||
|
||||
require 'inc/functions.php';
|
||||
|
||||
@ -546,6 +546,7 @@ if (file_exists($config['has_installed'])) {
|
||||
query(sprintf('REPAIR TABLE ``posts_%s``', $board['uri']));
|
||||
}
|
||||
case '4.9.90':
|
||||
case '4.9.91':
|
||||
case false:
|
||||
// TODO: enhance Tinyboard -> vichan upgrade path.
|
||||
query("CREATE TABLE IF NOT EXISTS ``search_queries`` ( `ip` varchar(39) NOT NULL, `time` int(11) NOT NULL, `query` text NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8;") or error(db_error());
|
||||
|
Loading…
Reference in New Issue
Block a user