forked from leftypol/leftypol
post search: configs and database
This commit is contained in:
parent
dd75fe985c
commit
472b518165
2 changed files with 16 additions and 1 deletions
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`
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue