Fixed #140.
This commit is contained in:
parent
02743b199e
commit
47ef610816
@ -19,8 +19,6 @@ CREATE TABLE IF NOT EXISTS Accounts (
|
|||||||
type TEXT NOT NULL
|
type TEXT NOT NULL
|
||||||
);
|
);
|
||||||
-- !
|
-- !
|
||||||
INSERT INTO Accounts (type) VALUES ('std-rss');
|
|
||||||
-- !
|
|
||||||
CREATE TABLE IF NOT EXISTS TtRssAccounts (
|
CREATE TABLE IF NOT EXISTS TtRssAccounts (
|
||||||
id INTEGER,
|
id INTEGER,
|
||||||
username TEXT NOT NULL,
|
username TEXT NOT NULL,
|
||||||
|
@ -13,8 +13,6 @@ CREATE TABLE IF NOT EXISTS Accounts (
|
|||||||
type TEXT NOT NULL
|
type TEXT NOT NULL
|
||||||
);
|
);
|
||||||
-- !
|
-- !
|
||||||
INSERT INTO Accounts (type) VALUES ('std-rss');
|
|
||||||
-- !
|
|
||||||
CREATE TABLE IF NOT EXISTS TtRssAccounts (
|
CREATE TABLE IF NOT EXISTS TtRssAccounts (
|
||||||
id INTEGER,
|
id INTEGER,
|
||||||
username TEXT NOT NULL,
|
username TEXT NOT NULL,
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
Fixed:
|
Fixed:
|
||||||
|
|
||||||
▪ Fixed problem with importing invalid OPML 2.0 files. (bug #145)
|
▪ Fixed problem with importing invalid OPML 2.0 files. (bug #145)
|
||||||
|
▪ Fixed error in SQL initialization script which led to problems with in-memory SQLite DBs. (bug #140)
|
||||||
|
|
||||||
3.0.1
|
3.0.1
|
||||||
—————
|
—————
|
||||||
|
Loading…
x
Reference in New Issue
Block a user