From 3ef5e9c0c871f941301d50b2a04753912c859e8d Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 8 Jul 2014 01:40:58 +0200 Subject: [PATCH] tag for vichan-4.5.2 --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.php b/install.php index 21094532..2881f628 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ 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());