tag for vichan-4.5.2
This commit is contained in:
parent
d38433a9c2
commit
3ef5e9c0c8
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
// Installation/upgrade file
|
||||
define('VERSION', '4.5.1');
|
||||
define('VERSION', '4.5.2');
|
||||
|
||||
require 'inc/functions.php';
|
||||
|
||||
@ -523,6 +523,7 @@ if (file_exists($config['has_installed'])) {
|
||||
$twig->clearCacheFiles();
|
||||
case '4.4.98':
|
||||
case '4.5.0':
|
||||
case '4.5.1':
|
||||
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