fix tests

This commit is contained in:
Etienne Roudeix
2013-11-06 11:07:31 +01:00
parent 48502e04e4
commit 3db7344373
7 changed files with 35 additions and 2 deletions

View File

@@ -416,7 +416,7 @@ CREATE TABLE `config`
(
`id` INTEGER NOT NULL AUTO_INCREMENT,
`name` VARCHAR(255) NOT NULL,
`value` VARCHAR(255) NOT NULL,
`value` TEXT NOT NULL,
`secured` TINYINT DEFAULT 1 NOT NULL,
`hidden` TINYINT DEFAULT 1 NOT NULL,
`created_at` DATETIME,