diff options
| author | 2013-12-23 22:20:30 +0100 | |
|---|---|---|
| committer | 2013-12-23 22:20:30 +0100 | |
| commit | 318954dfbd64f7a29203cdb25a95400dea0cec0d (patch) | |
| tree | 14c9aa1459c7c287da0d2814c707413e8b412090 | |
| parent | b8d40a6b4e756233f94da25251715801de7c2cb6 (diff) | |
| parent | ffbe676d7d33f8e075018bfa35f0d919e3e1a9bf (diff) | |
Merge remote-tracking branch 'origin/dev' into beta
| -rw-r--r-- | public/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/install.php b/public/install.php index 56d626cc5..afef7e473 100644 --- a/public/install.php +++ b/public/install.php @@ -33,7 +33,7 @@ define ('SQL_FEED', 'CREATE TABLE IF NOT EXISTS `%1$sfeed` ( `pathEntries` varchar(511) DEFAULT NULL, `httpAuth` varchar(511) DEFAULT NULL, `error` boolean DEFAULT 0, - `keep_history` boolean NOT NULL DEFAULT 0, + `keep_history` MEDIUMINT NOT NULL DEFAULT 0, `cache_nbEntries` int DEFAULT 0, -- v0.7 `cache_nbUnreads` int DEFAULT 0, -- v0.7 PRIMARY KEY (`id`), |
