post search: configs and database

This commit is contained in:
czaks 2013-07-20 19:48:14 -04:00
parent dd75fe985c
commit 472b518165
2 changed files with 16 additions and 1 deletions

View file

@ -233,6 +233,18 @@ CREATE TABLE IF NOT EXISTS `robot` (
-- --------------------------------------------------------
--
-- Table structure for table `search_queries`
--
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;
-- --------------------------------------------------------
--
-- Table structure for table `theme_settings`
--