change theme_settings table strucutre; bump version to v0.9.3-dev-1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user