forked from leftypol/leftypol
change theme_settings table strucutre; bump version to v0.9.3-dev-1
This commit is contained in:
parent
6f07b9355a
commit
830d4ae45c
2 changed files with 10 additions and 2 deletions
|
@ -256,7 +256,8 @@ CREATE TABLE IF NOT EXISTS `robot` (
|
|||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `theme_settings` (
|
||||
`name` varchar(40) NOT NULL,
|
||||
`theme` varchar(40) NOT NULL,
|
||||
`name` varchar(40) DEFAULT NULL,
|
||||
`value` text,
|
||||
UNIQUE KEY `name` (`name`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue