post search: configs and database
This commit is contained in:
12
install.sql
12
install.sql
@@ -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`
|
||||
--
|
||||
|
Reference in New Issue
Block a user