forked from leftypol/leftypol
theme_settings structure change
This commit is contained in:
parent
830d4ae45c
commit
bb67062cd5
2 changed files with 3 additions and 2 deletions
|
@ -258,8 +258,7 @@ CREATE TABLE IF NOT EXISTS `robot` (
|
|||
CREATE TABLE IF NOT EXISTS `theme_settings` (
|
||||
`theme` varchar(40) NOT NULL,
|
||||
`name` varchar(40) DEFAULT NULL,
|
||||
`value` text,
|
||||
UNIQUE KEY `name` (`name`)
|
||||
`value` text
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue