mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-11 18:07:43 -04:00
Fix XPath context for tags (#4246)
#fix https://github.com/FreshRSS/FreshRSS/issues/4245 Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4220
This commit is contained in:
committed by
GitHub
parent
467ca9d0de
commit
fd945ffb93
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user