summaryrefslogtreecommitdiff
path: root/public/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-17 16:33:58 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-17 16:33:58 +0100
commitd03febd30fe1ab29055e12357f3aee9db9679383 (patch)
tree99f22529d5d17842441439a3095e402e8c442aaf /public/install.php
parent0167d550c83a614df540427ae270f4cb460034ac (diff)
Bug commentaires SQL
Voir https://github.com/marienfressinaud/FreshRSS/issues/273#issuecomment-28650446
Diffstat (limited to 'public/install.php')
-rw-r--r--public/install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/install.php b/public/install.php
index 42f2d2651..9f576c7c9 100644
--- a/public/install.php
+++ b/public/install.php
@@ -31,8 +31,8 @@ define ('SQL_REQ_FEED', 'CREATE TABLE IF NOT EXISTS `%sfeed` (
`httpAuth` varchar(511) DEFAULT NULL,
`error` boolean NOT NULL DEFAULT 0,
`keep_history` boolean NOT NULL DEFAULT 0,
- `cache_nbEntries` int NOT NULL DEFAULT 0, //v0.7
- `cache_nbUnreads` int NOT NULL DEFAULT 0, //v0.7
+ `cache_nbEntries` int NOT NULL DEFAULT 0, -- v0.7
+ `cache_nbUnreads` int NOT NULL DEFAULT 0, -- v0.7
PRIMARY KEY (`id`),
FOREIGN KEY (`category`) REFERENCES %scategory(id) ON DELETE SET NULL ON UPDATE CASCADE,
INDEX (`name`), -- v0.7