change theme_settings table strucutre; bump version to v0.9.3-dev-1

This commit is contained in:
Savetheinternet 2011-05-28 00:04:18 +10:00
parent 6f07b9355a
commit 830d4ae45c
2 changed files with 10 additions and 2 deletions

View file

@ -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;