From fd945ffb9314f3613a96cfe3aa4fbc389b702d7a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 2 Mar 2022 17:44:52 +0100 Subject: Fix XPath context for tags (#4246) #fix https://github.com/FreshRSS/FreshRSS/issues/4245 Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4220 --- app/SQL/install.sql.sqlite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/SQL/install.sql.sqlite.php') diff --git a/app/SQL/install.sql.sqlite.php b/app/SQL/install.sql.sqlite.php index 44bf6fb33..5fb8f099c 100644 --- a/app/SQL/install.sql.sqlite.php +++ b/app/SQL/install.sql.sqlite.php @@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS `category` ( CREATE TABLE IF NOT EXISTS `feed` ( `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `url` VARCHAR(511) NOT NULL, - `kind` SMALLINT DEFAULT 0, -- 0.20.0 + `kind` SMALLINT DEFAULT 0, -- 1.20.0 `category` SMALLINT DEFAULT 0, `name` VARCHAR(255) NOT NULL, `website` VARCHAR(255), -- cgit v1.2.3