From aa98ca337e327fb1d8e77e124bf49922190246c4 Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 6 May 2016 14:36:14 +0200 Subject: [PATCH] i think this lump of code deserves a version bump; v5.1.0 here --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.php b/install.php index 3aa8f56f..c5bbdf36 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ 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());