Просмотр исходного кода

Bug commentaires SQL

Voir
https://github.com/marienfressinaud/FreshRSS/issues/273#issuecomment-28650446
Alexandre Alapetite 12 лет назад
Родитель
Сommit
d03febd30f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      public/install.php

+ 2 - 2
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